summaryrefslogtreecommitdiff
path: root/apps/plugins/beatbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/beatbox')
-rw-r--r--apps/plugins/beatbox/beatbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c
index 0974dc3..b8e46bc 100644
--- a/apps/plugins/beatbox/beatbox.c
+++ b/apps/plugins/beatbox/beatbox.c
@@ -106,7 +106,7 @@ PLUGIN_IRAM_DECLARE
#define MAX_VOICES 20 // Note: 24 midi channels is the minimum general midi
// spec implementation
-#else // Simulator requires 44100, and we can afford to use more voices
+#else // Simulator requires 44100, and we can afford to use more voices
#define SAMPLE_RATE SAMPR_44
#define MAX_VOICES 48
@@ -120,7 +120,7 @@ PLUGIN_IRAM_DECLARE
#undef SYNC
#ifdef SIMULATOR
- #define SYNC
+ #define SYNC
#endif
struct MIDIfile * mf IBSS_ATTR;