diff options
Diffstat (limited to 'apps/plugins/beatbox/beatbox.c')
| -rw-r--r-- | apps/plugins/beatbox/beatbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c index 1a940e1..a51f738 100644 --- a/apps/plugins/beatbox/beatbox.c +++ b/apps/plugins/beatbox/beatbox.c @@ -125,7 +125,7 @@ PLUGIN_IRAM_DECLARE #undef SYNC -#ifdef SIMULATOR +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) #define SYNC #endif |