summaryrefslogtreecommitdiff
path: root/apps/plugins/beatbox/beatbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/beatbox/beatbox.c')
-rw-r--r--apps/plugins/beatbox/beatbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c
index 1a940e1047..a51f738cd2 100644
--- a/apps/plugins/beatbox/beatbox.c
+++ b/apps/plugins/beatbox/beatbox.c
@@ -125,7 +125,7 @@ PLUGIN_IRAM_DECLARE
125 125
126#undef SYNC 126#undef SYNC
127 127
128#ifdef SIMULATOR 128#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
129 #define SYNC 129 #define SYNC
130#endif 130#endif
131 131