summaryrefslogtreecommitdiff
path: root/src/core/ao_panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ao_panic.c')
-rw-r--r--src/core/ao_panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_panic.c b/src/core/ao_panic.c
index cbfdf399..0668dad2 100644
--- a/src/core/ao_panic.c
+++ b/src/core/ao_panic.c
@@ -53,7 +53,7 @@ ao_panic(uint8_t reason)
}
ao_beep(AO_BEEP_OFF);
ao_panic_delay(2);
-#pragma disable_warning 126
+
for (n = 0; n < reason; n++) {
ao_led_on(AO_LED_RED);
ao_beep(AO_BEEP_MID);