X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstmf0%2Fao_interrupt.c;h=ab835bac6a2ef7377044c7f2472a310b0d00df31;hb=d31fda73fef37cf6a9e449c99f3197b713b93acb;hp=81878d895ffaebbf9f19422cdc60abf6b7d03a8c;hpb=c6e57291d91f1f6c4de5c54a5cfd3eef66d9f830;p=fw%2Faltos diff --git a/src/stmf0/ao_interrupt.c b/src/stmf0/ao_interrupt.c index 81878d89..ab835bac 100644 --- a/src/stmf0/ao_interrupt.c +++ b/src/stmf0/ao_interrupt.c @@ -43,12 +43,12 @@ extern char __interrupt_rom__, __interrupt_start__, __interrupt_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) { }