STM32程序问题 #include "stm32f10x.h" #include "led.h" main() { LED_GPIO_Config(); while(1) { } }

2025-04-24 18:13:35
推荐回答(1个)
回答1:

看看你头文件里的
LED_GPIO_Config(); 这个函数申明后面有没有分号