aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/checkbox
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-19 00:23:07 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-19 00:23:07 +1000
commitfe6708c7a284fcd17082ef1b59ead564db47bcbc (patch)
treeaa0f112bc2e745b2984242a35890022711e11279 /demos/modules/gwin/checkbox
parent5f8ca40ef00e457b326b25615bca1348a15c23b8 (diff)
downloaduGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.tar.gz
uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.tar.bz2
uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.zip
Demo updates to fix compile issues.
Diffstat (limited to 'demos/modules/gwin/checkbox')
-rw-r--r--demos/modules/gwin/checkbox/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/checkbox/main.c b/demos/modules/gwin/checkbox/main.c
index 51f96518..b6cef40b 100644
--- a/demos/modules/gwin/checkbox/main.c
+++ b/demos/modules/gwin/checkbox/main.c
@@ -81,7 +81,7 @@ int main(void) {
case GEVENT_GWIN_CHECKBOX:
if (((GEventGWinCheckbox*)pe)->checkbox == ghCheckbox1) {
// The state of our checkbox has changed
- printf("Checkbox state: %d\r\n", ((GEventGWinCheckbox*)pe)->isChecked);
+ //printf("Checkbox state: %d\r\n", ((GEventGWinCheckbox*)pe)->isChecked);
}
break;