summaryrefslogtreecommitdiff
path: root/firmware/asm/beep.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/asm/beep.c')
-rw-r--r--firmware/asm/beep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/asm/beep.c b/firmware/asm/beep.c
index 0314e32715..d430dff14d 100644
--- a/firmware/asm/beep.c
+++ b/firmware/asm/beep.c
@@ -24,6 +24,7 @@
24#include "m68k/beep.c" 24#include "m68k/beep.c"
25#else /* Generic */ 25#else /* Generic */
26 26
27/* Actually output samples into beep_buf */
27static FORCE_INLINE void beep_generate(int16_t *out, int count, 28static FORCE_INLINE void beep_generate(int16_t *out, int count,
28 uint32_t *phase, uint32_t step, 29 uint32_t *phase, uint32_t step,
29 int16_t amplitude) 30 int16_t amplitude)