diff options
author | Tectu <joel@unormal.org> | 2012-07-09 02:34:40 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-09 02:34:40 +0200 |
commit | 5022de27544acaf4aa577e2af0b78c6106a5d1ea (patch) | |
tree | a89e24ea6b570c550fb15c0b15f0c024af5d7753 /gui.h | |
parent | bbfc86c17b9263a29e6359578ed74c105b3322a7 (diff) | |
download | uGFX-5022de27544acaf4aa577e2af0b78c6106a5d1ea.tar.gz uGFX-5022de27544acaf4aa577e2af0b78c6106a5d1ea.tar.bz2 uGFX-5022de27544acaf4aa577e2af0b78c6106a5d1ea.zip |
compiler warning
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ #include "glcd.h" #include "touchpad.h" -static struct guiNode_t { +struct guiNode_t { uint8_t type; uint16_t x0; uint16_t y0; |