diff options
author | Tectu <joel@unormal.org> | 2012-07-09 02:39:28 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-09 02:39:28 +0200 |
commit | 8f7c2804fdbafa73be95cf0280e3efe7cf844f72 (patch) | |
tree | 215a078d6ba9a8537601abc4bcb461b684e0d141 /gui.h | |
parent | 9d498150f7fdb0ae4942163708ae24c460d1f928 (diff) | |
download | uGFX-8f7c2804fdbafa73be95cf0280e3efe7cf844f72.tar.gz uGFX-8f7c2804fdbafa73be95cf0280e3efe7cf844f72.tar.bz2 uGFX-8f7c2804fdbafa73be95cf0280e3efe7cf844f72.zip |
compiler warnings
Diffstat (limited to 'gui.h')
-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; |