野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 17684|回复: 3

求助各位大神

[复制链接]
发表于 2015-12-10 22:42:56 | 显示全部楼层 |阅读模式
main.c(8): warning:  #223-D: function "LED_GPIO_Config" declared implicitly
        LED_GPIO_Config( );
main.c(11): warning:  #223-D: function "LED1" declared implicitly
                LED1(on);
main.c(11): error:  #20: identifier "on" is undefined
                LED1(on);
main.c(13): error:  #20: identifier "off" is undefined
                LED1(off);
main.c(15): warning:  #223-D: function "LED2" declared implicitly
                LED2(on);
main.c(19): warning:  #223-D: function "LED3" declared implicitly
                LED3(on);
main.c: 4 warnings, 2 errors
compiling led.c...
led.c(17): error:  #20: identifier "GPIO_Pin3" is undefined
        GPIO_SetBits (GPIOC,GPIO_Pin3 | GPIO_Pin4 |GPIO_Pin5);
led.c(17): error:  #20: identifier "GPIO_Pin4" is undefined
        GPIO_SetBits (GPIOC,GPIO_Pin3 | GPIO_Pin4 |GPIO_Pin5);
led.c(17): error:  #20: identifier "GPIO_Pin5" is undefined
        GPIO_SetBits (GPIOC,GPIO_Pin3 | GPIO_Pin4 |GPIO_Pin5);
led.c: 0 warnings, 3 errors

在编译的时候出现这样的问题,由于本人是新手,实在看不出来问题在哪里?


回复

使用道具 举报

发表于 2015-12-10 23:31:52 | 显示全部楼层
常量没有定义,还有的是隐含定义。所以请查看头文件是否包含完整。头文件路径是否设置好了。
回复 支持 反对

使用道具 举报

发表于 2015-12-11 08:25:06 | 显示全部楼层
英文的意思你看得懂不         ?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-3-16 20:47:48 | 显示全部楼层
谢谢了。问题已解决
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2025-1-11 21:09 , Processed in 0.027044 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表