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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/modules/gdisp_circles/main.c b/demos/modules/gdisp_circles/main.c
index d682a6ff..45764d4f 100644
--- a/demos/modules/gdisp_circles/main.c
+++ b/demos/modules/gdisp_circles/main.c
@@ -44,7 +44,6 @@ int main(void) {
gdispDrawArc(width-width/8, height/8, 30, 10, 70, Gray);
gdispFillArc(width/8, height/8, 30, 10, 70, Gray);
-
while(TRUE) {
chThdSleepMilliseconds(500);
}