[bsp][sam9260] Fix Keil compile error.

This commit is contained in:
ardafu 2015-04-16 14:15:00 +08:00
parent 175e357ace
commit 61609a5bf0
1 changed files with 1 additions and 1 deletions

View File

@ -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