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

pr/gpio
Joakim Nohlgård 8 years ago
parent 309cd5ef58
commit 570d188a26

@ -157,7 +157,7 @@ WEAK_DEFAULT void isr_software(void);
/**
* @brief Interrupt vector definition
*/
__attribute__((section(".vector_table")))
__attribute__((used, section(".vector_table")))
const void *interrupt_vector[] = {
/* Stack pointer */
(void *)(&_estack), /* pointer to the top of the empty stack */

Loading…
Cancel
Save