diff options
-rw-r--r-- | gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,7 +4,9 @@ #include "ch.h" #include "hal.h" #include "glcd.h" +#include "chprintf.h" #include "touchpad.h" +#include <string.h> struct guiNode_t { uint8_t type; |
![]() |
index : avr/qmk/uGFX | |
[no description] |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | gui.h | 2 |
@@ -4,7 +4,9 @@ #include "ch.h" #include "hal.h" #include "glcd.h" +#include "chprintf.h" #include "touchpad.h" +#include <string.h> struct guiNode_t { uint8_t type; |