altos: Mark local functions 'static'
[fw/altos] / src / stm / ao_interrupt.c
index d8be36670baf608726adfa910b9aa70e4b31d5ed..a98d799a4a2382a62e6e8dbac67a12b2c952f362 100644 (file)
@@ -29,12 +29,12 @@ extern char __bss_start__, __bss_end__;
 
 /* Interrupt functions */
 
-void stm_halt_isr(void)
+static void stm_halt_isr(void)
 {
        ao_panic(AO_PANIC_CRASH);
 }
 
-void stm_ignore_isr(void)
+static void stm_ignore_isr(void)
 {
 }