summaryrefslogtreecommitdiff
path: root/apps/plugins/test_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_mem.c')
-rw-r--r--apps/plugins/test_mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_mem.c b/apps/plugins/test_mem.c
index 2a8582bc45..f648c0073a 100644
--- a/apps/plugins/test_mem.c
+++ b/apps/plugins/test_mem.c
@@ -194,7 +194,7 @@ enum plugin_status plugin_start(const void* parameter)
194 194
195 rb->screens[0]->clear_display(); 195 rb->screens[0]->clear_display();
196 rb->screens[0]->putsf(0, line++, "%s", boost?"boosted":"unboosted"); 196 rb->screens[0]->putsf(0, line++, "%s", boost?"boosted":"unboosted");
197#ifndef SIMULATOR 197#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
198 rb->screens[0]->putsf(0, line++, "clock: %d Hz", *rb->cpu_frequency); 198 rb->screens[0]->putsf(0, line++, "clock: %d Hz", *rb->cpu_frequency);
199#endif 199#endif
200 rb->screens[0]->putsf(0, line++, "loop#: %d", ++count); 200 rb->screens[0]->putsf(0, line++, "loop#: %d", ++count);