aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/circles/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gdisp/circles/main.c')
-rw-r--r--demos/modules/gdisp/circles/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gdisp/circles/main.c b/demos/modules/gdisp/circles/main.c
index 4efb896a..e631da1a 100644
--- a/demos/modules/gdisp/circles/main.c
+++ b/demos/modules/gdisp/circles/main.c
@@ -47,7 +47,7 @@ int main(void) {
gdispFillEllipse (width-width/6, height-height/6, width/8, height/16, GFX_BLUE);
gdispDrawEllipse (width-width/6, height-height/6, width/16, height/8, GFX_YELLOW);
- while(TRUE) {
+ while(1) {
gfxSleepMilliseconds(500);
}
}