STM32 added firmware library, but could not find h file

STM32 added firmware library, but could not find h file

For example, I often use other projects, and sometimes when I add a function to it, I may encounter this situation
. …\SYSTEM\adc\adc.c(12): error: #20: identifier “ADC_ InitTypeDef”
is undefined ADC_ InitTypeDef ADC_ InitStructure;
that’s because although we have added a firmware library, but in stm32f10x_ Conf.h is annotated
after is annotated, the H file can’t be compiled. You just need to cancel the annotation to compile it.

Read More: