Skip to content

Commit

Permalink
Add missing include for ButtonDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
sieren committed Feb 7, 2021
1 parent 8d91bd1 commit aefc4f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/touch/ButtonDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#include <touch/ButtonDriver.h>

#include <config/Config.h>
#include <config/HID_Config.h>

#include <Arduino.h>

// Specifically for M5Stack which uses Pull-Ups on buttons

namespace gfx
Expand Down

0 comments on commit aefc4f3

Please sign in to comment.