mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
[bsp][sam9260] Fix Keil compile error.
This commit is contained in:
@@ -30,5 +30,5 @@ IRQ_STK_SIZE EQU 1024
|
||||
FIQ_STK_SIZE EQU 1024
|
||||
SYS_STK_SIZE EQU 512
|
||||
;/* vector table start should be 0x00000000 or 0xFFFF0000 */
|
||||
VECTOR_TABLE_START 0x00000000
|
||||
VECTOR_TABLE_START EQU 0x00000000
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user