初级会员

- 积分
- 187
- 金钱
- 187
- 注册时间
- 2014-9-25
- 在线时间
- 23 小时
|
5金钱
Build target 'Target 1'
compiling timer.c...
..\HARDWARE\TIMER\timer.c(23): error: #20: identifier "TIM_TimeBaseInitTypeDef" is undefined
..\HARDWARE\TIMER\timer.c(31): error: #20: identifier "TIM_CKD_DIV1" is undefined
..\HARDWARE\TIMER\timer.c(32): error: #20: identifier "TIM_CounterMode_Up" is undefined
..\HARDWARE\TIMER\timer.c(33): warning: #223-D: function "TIM_TimeBaseInit" declared implicitly
..\HARDWARE\TIMER\timer.c(35): warning: #223-D: function "TIM_ITConfig" declared implicitly
..\HARDWARE\TIMER\timer.c(35): error: #20: identifier "TIM_IT_Update" is undefined
..\HARDWARE\TIMER\timer.c(45): warning: #223-D: function "TIM_Cmd" declared implicitly
..\HARDWARE\TIMER\timer.c(50): warning: #223-D: function "TIM_GetITStatus" declared implicitly
..\HARDWARE\TIMER\timer.c(50): error: #20: identifier "TIM_IT_Update" is undefined
..\HARDWARE\TIMER\timer.c(52): warning: #223-D: function "TIM_ClearITPendingBit" declared implicitly
Target not created
求大神指教啊
|
|