altos: get avr-demo to build. Pull in AVR drivers and LCD driver
[fw/altos] / src / core / ao_panic.c
index cbfdf3999e01f17d3343c31dbb45b8a42066e372..0668dad26bb3c6e4bcecae1dee87a85b9796dde8 100644 (file)
@@ -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);