[top]
一. 编译时错误
1. user\led.c(6): error: #144: a value of type "unsigned char" cannot be used to initialize an entity of type "GPIO_InitTypeDef" : xx类型不能初始化xx结构体类型
标签:初始化,记录,entity,xx,报错,type From: https://www.cnblogs.com/Deng-S/p/17637483.html这个是由于初始化结构体是将{}写成();