初级会员

- 积分
- 171
- 金钱
- 171
- 注册时间
- 2018-10-3
- 在线时间
- 60 小时
|
1金钱
战舰V3资料 源码 更攺芯片 F103cb 启动文件也改了。编译出现错误。
..\SYSTEM\sys\stm32f10x.h(298): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
..\SYSTEM\sys\stm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
test.c: 1 warning, 1 error
compiling delay.c...
..\SYSTEM\sys\stm32f10x.h(298): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
..\SYSTEM\sys\stm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\SYSTEM\delay\delay.c: 1 warning, 1 error
compiling sys.c...
..\SYSTEM\sys\stm32f10x.h(298): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
..\SYSTEM\sys\stm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\SYSTEM\sys\sys.c: 1 warning, 1 error
compiling usart.c...
..\SYSTEM\sys\stm32f10x.h(298): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
..\SYSTEM\sys\stm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\SYSTEM\usart\usart.c: 1 warning, 1 error
"..\OBJ\test.axf" - 4 Error(s), 4 Warning(s).
Target not created.
Build Time Elapsed: 00:00:02
还需要做什么修
|
|