summaryrefslogtreecommitdiff
path: root/src/kernel/ao_beep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ao_beep.h')
-rw-r--r--src/kernel/ao_beep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ao_beep.h b/src/kernel/ao_beep.h
index 1306af62..fdc150f1 100644
--- a/src/kernel/ao_beep.h
+++ b/src/kernel/ao_beep.h
@@ -85,7 +85,7 @@ ao_beep(uint8_t beep);
/* Turn on the beeper for the specified time */
void
-ao_beep_for(uint8_t beep, uint16_t ticks) __reentrant;
+ao_beep_for(uint8_t beep, uint16_t ticks);
/* Initialize the beeper */
void