aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gos/threads_advanced/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gos/threads_advanced/main.c')
-rw-r--r--demos/modules/gos/threads_advanced/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/modules/gos/threads_advanced/main.c b/demos/modules/gos/threads_advanced/main.c
index 7fdf5e0c..4a8195e4 100644
--- a/demos/modules/gos/threads_advanced/main.c
+++ b/demos/modules/gos/threads_advanced/main.c
@@ -96,7 +96,7 @@ int main(void)
*/
gtimerStart(&gt, timerCallback, (void*)&exitThread, FALSE, 2000);
- while(TRUE) {
- gfxSleepMilliseconds(500);
- }
+ while(TRUE) {
+ gfxSleepMilliseconds(500);
+ }
}