stm32 use of undeclared identifier GPIO_InitTypeDef 1.Output、Listing 两个选项输出文件地址可能指向错误 2.调整上述两个输出文件位置后,再次编译,若出现以下错误 User\main.c(6): error: #268: declaration may not appear after executable statement in block 选中以下配置,并保存...
是自己想写一个DHT11温湿度传感器的程序,main函数还没有开始写,刚开始写GPIO_DHT11_Config,定义一下DHT11要用的GPIO口,GPIO的.c文件我添加了 在options里也include了.h文件 在conf.h里也把GPIO.h的注释去掉了 但写GPIO_InitTypeDef还是报错 提示我use of undeclared identifier GPIO_InitTypeDef ,检查了好几遍...
说明GPIO_InitTypeDef 没有定义。你看看是否是输错了宏定义(字母,大小写)
static int __devinit wifi_pm_probe(struct platform_device *pdev) { struct wifi_pm_ops *ops = &wifi_select_pm_ops; switch (ops->module_sel.val) { case 1: /* AP6181 */ ap6xxx_gpio_init(); break; case 2: /* AP6210 */ ap6xxx_gpio_init(); break; case 3: /* RTL8188EU ...