大学生
最后登录1970-1-1
在线时间 小时
注册时间2016-9-9
|
楼主 |
发表于 2016-12-15 13:42:01
|
显示全部楼层
Build target 'TargetLED'
compiling system_stm32f10x.c...
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(388): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(477): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\Libraries\CMSIS\system_stm32f10x.c: 1 warning, 1 error
compiling main.c...
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(388): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(477): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\User\LED\led.h(13): warning: #1-D: last line of file ends without a newline |
|