新手入门
- 积分
- 18
- 金钱
- 18
- 注册时间
- 2016-8-17
- 在线时间
- 2 小时
|
1金钱
我用的是精英的开发板,最近在调UART部分的功能,
之前用的都是正常的,今天突然编译出现下面的问题。不知道什么情况,stm32f10x_tim.C .H我都没改过,也重新复制了一次,还是不能编译。
好像不是这个文件的问题,不知道是什么问题,请教下。。。。
compiling stm32f10x_rtc.c...
compiling stm32f10x_sdio.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_tim.c...
..\STM32F103_FWLIB\src\stm32f10x_tim.c(192): error: #7: unrecognized token
else if (TIMx == TIM14)
..\STM32F103_FWLIB\src\stm32f10x_tim.c(192): error: #18: expected a ")"
else if (TIMx == TIM14)
..\STM32F103_FWLIB\src\stm32f10x_tim.c: 0 warnings, 2 errors
compiling stm32f10x_usart.c...
compiling stm32f10x_wwdg.c...
compiling delay.c...
compiling sys.c...
compiling usart.c...
"..\OBJ\battle_car.axf" - 2 Error(s), 0 Warning(s).
Target not created.
|
|