summaryrefslogtreecommitdiff
path: root/apps/beep.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/beep.c')
-rw-r--r--apps/beep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/beep.c b/apps/beep.c
index 7168472..a6244d9 100644
--- a/apps/beep.c
+++ b/apps/beep.c
@@ -94,7 +94,7 @@ static FORCE_INLINE void beep_generate(int count)
/* Callback to generate the beep frames - also don't want inlining of
call below in beep_play */
-static void __attribute__((noinline)) ICODE_ATTR
+static void __attribute__((noinline))
beep_get_more(unsigned char **start, size_t *size)
{
int count = beep_count;