cpu/lpc1768: Add __attribute__((used)) to interrupt vector

pr/spi.typo
Joakim Nohlgård 8 years ago committed by Kaspar Schleiser
parent 4d95f8a0ba
commit 5f313898bf

@ -70,7 +70,7 @@ WEAK_DEFAULT void isr_qei(void);
WEAK_DEFAULT void isr_pll1(void);
/* interrupt vector table */
__attribute__ ((section(".vectors")))
__attribute__ ((used,section(".vectors")))
const void *interrupt_vector[] = {
/* Exception stack pointer */
(void*) (&_estack), /* pointer to the top of the stack */

Loading…
Cancel
Save