stm32f4xx: Fix vector table.

This commit is contained in:
Solomon Peachy 2013-12-19 16:31:30 -05:00
parent 50cdb0043a
commit 7b3b952457
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ void Reset_Handler(void) {
while(1) {}
}
__attribute__ ((section(".isr_vectors")))
__attribute__ ((section(".isr_vector")))
void (* const g_pfnVectors[])(void) = {
(intfunc)((unsigned long)&_estack), /* The stack pointer after relocation */
Reset_Handler, /* Reset Handler */