修改重复定义函数
再编译
有重复定义的函数 SysTick_Handler 、PendSV_Handler 、SVC_Handler
在port.c和stm32f4xx_it.c这两个文件中 重复定义了函数
..\OBJ\LED.axf: Error: L6200E: Symbol SysTick_Handler multiply defined (by port.o and stm32f4xx_it.o).
..\OBJ\LED.axf: Error: L6200E: Symbol PendSV_Handler multiply defined (by port.o and stm32f4xx_it.o).
..\OBJ\LED.axf: Error: L6200E: Symbol SVC_Handler multiply defined (by port.o and stm32f4xx_it.o).
|