..\MyCode\ADC\adc.c(22): error: #20: identifier "ADC_InitTypeDef" is undefined
..\MyCode\ADC\adc.c(22): error: #20: identifier "ADC_InitTypeDef" is undefined
..\MyCode\ADC\adc.c(22): error: #20: identifier "ADC_InitTypeDef" is undefined
****************************************************************************************
解决方法:在工程里找到stm32f10x_conf.h头文件把ADC头文件注释给删掉,保存重新编译就OK了。