MSD_PULSE_TIM_APBxClock_FUN(MSD_PULSE_TIM_CLK,ENABLE);
TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;
TIM_TimeBaseStructInit(&TIM_TimeBaseStructure);
为什么工程这样写我可以编译,但是我直接移植过来会出问题..\HARDWARE\MSD\MicroStepDriver.c(135): error: #268: declaration may not appear after executable statement in block |