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 716847263e..a6244d932c 100644
--- a/apps/beep.c
+++ b/apps/beep.c
@@ -94,7 +94,7 @@ static FORCE_INLINE void beep_generate(int count)
94 94
95/* Callback to generate the beep frames - also don't want inlining of 95/* Callback to generate the beep frames - also don't want inlining of
96 call below in beep_play */ 96 call below in beep_play */
97static void __attribute__((noinline)) ICODE_ATTR 97static void __attribute__((noinline))
98beep_get_more(unsigned char **start, size_t *size) 98beep_get_more(unsigned char **start, size_t *size)
99{ 99{
100 int count = beep_count; 100 int count = beep_count;