compiler warning
This commit is contained in:
parent
bbfc86c17b
commit
5022de2754
1 changed files with 1 additions and 1 deletions
2
gui.h
2
gui.h
|
@ -6,7 +6,7 @@
|
||||||
#include "glcd.h"
|
#include "glcd.h"
|
||||||
#include "touchpad.h"
|
#include "touchpad.h"
|
||||||
|
|
||||||
static struct guiNode_t {
|
struct guiNode_t {
|
||||||
uint8_t type;
|
uint8_t type;
|
||||||
uint16_t x0;
|
uint16_t x0;
|
||||||
uint16_t y0;
|
uint16_t y0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue