#ifndef STM32F10X_CONF_H #define STM32F10X_CONF_H /* 断言宏:定义为空(生产环境通常关闭) */ #define assert_param(expr) ((void)0) #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_flash.h" #endif /* STM32F10X_CONF_H */