summaryrefslogtreecommitdiff
path: root/apps/plugins/test_boost.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_boost.c')
-rw-r--r--apps/plugins/test_boost.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_boost.c b/apps/plugins/test_boost.c
index b4beb5161a..bb9d943edf 100644
--- a/apps/plugins/test_boost.c
+++ b/apps/plugins/test_boost.c
@@ -40,6 +40,7 @@ enum plugin_status plugin_start(const void* parameter)
40 int j,x; 40 int j,x;
41 for (j=1; j<100000; j++) 41 for (j=1; j<100000; j++)
42 x = j*11; 42 x = j*11;
43 (void)x;
43 rb->screens[0]->clear_display(); 44 rb->screens[0]->clear_display();
44 rb->screens[0]->putsf(0, 0, "%s: %d",boost?"boost":"normal",count); 45 rb->screens[0]->putsf(0, 0, "%s: %d",boost?"boost":"normal",count);
45 if (TIME_AFTER(*rb->current_tick, last_tick+HZ)) 46 if (TIME_AFTER(*rb->current_tick, last_tick+HZ))