mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/k64f: Add __attribute__((used)) to interrupt vector
This commit is contained in:
parent
570d188a26
commit
a1d2ecc3de
@ -132,7 +132,7 @@ WEAK_DEFAULT void isr_enet_receive(void);
|
||||
WEAK_DEFAULT void isr_enet_error(void);
|
||||
|
||||
/* interrupt vector table */
|
||||
__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…
Reference in New Issue
Block a user