File tree Expand file tree Collapse file tree
ref_app/target/micros/bl602_sifive_e24_riscv/Code/Startup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616******************************************************************************************/
1717
18+ .extern InterruptVectorTable
19+
1820/*******************************************************************************************
1921 \brief
2022
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ typedef void (*InterruptHandler)(void);
5454//=====================================================================================================
5555// Interrupt vector table
5656//=====================================================================================================
57- const InterruptHandler __attribute__((aligned (64 ), section ( ".text.vivt" ) )) InterruptVectorTable [] =
57+ const InterruptHandler __attribute__((aligned (64 ))) InterruptVectorTable [] =
5858{
5959 (InterruptHandler )& UndefinedHandler , /* IRQ 00 Reserved */
6060 (InterruptHandler )& UndefinedHandler , /* IRQ 01 Reserved */
You can’t perform that action at this time.
0 commit comments