diff options
Diffstat (limited to 'apps/plugins/test_mem.c')
| -rw-r--r-- | apps/plugins/test_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_mem.c b/apps/plugins/test_mem.c index 2a8582b..f648c00 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) rb->screens[0]->clear_display(); rb->screens[0]->putsf(0, line++, "%s", boost?"boosted":"unboosted"); -#ifndef SIMULATOR +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) rb->screens[0]->putsf(0, line++, "clock: %d Hz", *rb->cpu_frequency); #endif rb->screens[0]->putsf(0, line++, "loop#: %d", ++count); |