aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/polygons/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gdisp/polygons/main.c')
-rw-r--r--demos/modules/gdisp/polygons/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gdisp/polygons/main.c b/demos/modules/gdisp/polygons/main.c
index 8a4f7df3..277fd0bf 100644
--- a/demos/modules/gdisp/polygons/main.c
+++ b/demos/modules/gdisp/polygons/main.c
@@ -103,7 +103,7 @@ int main(void) {
transmaxy = INT2MTYPE(height - 15);
transminy = INT2MTYPE(15);
- while(TRUE) {
+ while(1) {
// Move to the new location, rotation and scale
scalex += scaleincx;