compiler warnings
This commit is contained in:
parent
9d498150f7
commit
8f7c2804fd
1 changed files with 2 additions and 0 deletions
2
gui.h
2
gui.h
|
@ -4,7 +4,9 @@
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "glcd.h"
|
#include "glcd.h"
|
||||||
|
#include "chprintf.h"
|
||||||
#include "touchpad.h"
|
#include "touchpad.h"
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
struct guiNode_t {
|
struct guiNode_t {
|
||||||
uint8_t type;
|
uint8_t type;
|
||||||
|
|
Loading…
Add table
Reference in a new issue