初级会员

- 积分
- 96
- 金钱
- 96
- 注册时间
- 2014-7-15
- 在线时间
- 49 小时
|
20金钱
把stm32f103代码移植到stm32fl00系列 修改启动文件 编译后还是有问题,求助这是什么问题,应该修改哪里!
..\USER\stm32f10x.h(278): error: #67: expected a "}"
ADC1_IRQn = 18, /*!< ADC1 global Interrupt */
..\USER\stm32f10x.h(478): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\STM32F10x_FWLib\src\stm32f10x_gpio.c: 1 warning, 1 error
compiling stm32f10x_fsmc.c...
..\USER\stm32f10x.h(278): error: #67: expected a "}"
ADC1_IRQn = 18, /*!< ADC1 global Interrupt */
..\USER\stm32f10x.h(478): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\STM32F10x_FWLib\src\stm32f10x_fsmc.c: 1 warning, 1 error
compiling stm32f10x_i2c.c...
..\USER\stm32f10x.h(278): error: #67: expected a "}"
ADC1_IRQn = 18, /*!< ADC1 global Interrupt */
..\USER\stm32f10x.h(478): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
|
|