From 5022de27544acaf4aa577e2af0b78c6106a5d1ea Mon Sep 17 00:00:00 2001 From: Tectu Date: Mon, 9 Jul 2012 02:34:40 +0200 Subject: [PATCH] compiler warning --- gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.h b/gui.h index 71ae04c1..ee7a4dc7 100644 --- a/gui.h +++ b/gui.h @@ -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;