altos: Fix ISR declarations to make them non-weak
[fw/altos] / src / stmf0 / ao_interrupt.c
index 81878d895ffaebbf9f19422cdc60abf6b7d03a8c..0025de47153445bbf6d5df961c54726dab0d4c23 100644 (file)
@@ -145,6 +145,9 @@ isr(usart3_4_5_6_7_8)
 isr(cec_can)
 isr(usb)
 
+#undef isr
+#undef isr_halt
+
 #define i(addr,name)   [(addr)/4] = stm_ ## name ## _isr
 
 __attribute__ ((section(".interrupt")))