aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/label/main.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2018-07-08 15:15:15 +1000
committerinmarket <andrewh@inmarket.com.au>2018-07-08 15:15:15 +1000
commit93da5a0578e7f16ea846eb257f36a24e316ef8d4 (patch)
treeb0e08e991919fdb1fa9079b0ea40c23909cbcd3e /demos/modules/gwin/label/main.c
parent215f31ee3dd27f461540384cdba04b58b481fadc (diff)
downloaduGFX-93da5a0578e7f16ea846eb257f36a24e316ef8d4.tar.gz
uGFX-93da5a0578e7f16ea846eb257f36a24e316ef8d4.tar.bz2
uGFX-93da5a0578e7f16ea846eb257f36a24e316ef8d4.zip
gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE
Diffstat (limited to 'demos/modules/gwin/label/main.c')
-rw-r--r--demos/modules/gwin/label/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/label/main.c b/demos/modules/gwin/label/main.c
index 6a2429a4..c4261ae3 100644
--- a/demos/modules/gwin/label/main.c
+++ b/demos/modules/gwin/label/main.c
@@ -72,7 +72,7 @@ int main(void) {
while(1) {
// Get an Event
- pe = geventEventWait(&gl, TIME_INFINITE);
+ pe = geventEventWait(&gl, gDelayForever);
}
return 0;