altos: Fix ISR declarations to make them non-weak
authorKeith Packard <keithp@keithp.com>
Fri, 22 Feb 2019 03:26:41 +0000 (19:26 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 22 Feb 2019 03:40:08 +0000 (19:40 -0800)
commit3310b22e28d953a6569cd50e83f91c25577424a5
treee9e25251aa002114512048da1bf44013a300a738
parenteaf2ee0f498b519d64e1664a2b8c66c52ac1497c
altos: Fix ISR declarations to make them non-weak

In my zeal to eliminate warnings, I added declarations of all ISR
functions to a shared header file. However, I managed to include the
'weak' declaration, which meant that the intended ISR functions were
as weak as the 'default' ISR functions. This left all interrupts
non-functional, which doesn't make for a happy program.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/ao_interrupt.c
src/lpc/lpc.h
src/stm/ao_interrupt.c
src/stm/stm32l.h
src/stmf0/ao_interrupt.c
src/stmf0/stm32f0.h