aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/radio
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/radio
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/radio')
-rw-r--r--demos/modules/gwin/radio/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/radio/main.c b/demos/modules/gwin/radio/main.c
index 9287dcf9..a3c493c3 100644
--- a/demos/modules/gwin/radio/main.c
+++ b/demos/modules/gwin/radio/main.c
@@ -101,7 +101,7 @@ int main(void) {
switch(pe->type) {
case GEVENT_GWIN_RADIO:
- printf("group: %u radio: %s\n", ((GEventGWinRadio *)pe)->group, gwinGetText(((GEventGWinRadio *)pe)->radio));
+ //printf("group: %u radio: %s\n", ((GEventGWinRadio *)pe)->group, gwinGetText(((GEventGWinRadio *)pe)->radio));
break;
default: