[bsp][sam9260] Fix Keil compile error.
This commit is contained in:
parent
175e357ace
commit
61609a5bf0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue