野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 14249|回复: 1

初学者求大神,指点一下错在哪里

[复制链接]
发表于 2015-3-28 21:21:00 | 显示全部楼层 |阅读模式
..\..\Output\流水灯.axf: Error: L6218E: Undefined symbol LED1 (referred from main.o)我把led.h文件改成如下
#ifndef __LED_H
#define        __LED_H

#include "stm32f10x.h"

/** the macro definition to trigger the led on or off
  * 1 - off
  *0 - on
  */
#define ON  0
#define OFF 1

#define LED1_ON                        GPIO_SetBits(GPIOB, GPIO_Pin_0)
#define LED1_OFF                GPIO_ResetBits(GPIOB, GPIO_Pin_0)
#define LED2_ON                        GPIO_SetBits(GPIOB, GPIO_Pin_7)
#define LED2_OFF                GPIO_ResetBits(GPIOB, GPIO_Pin_7)
#define LED3_ON                        GPIO_SetBits(GPIOB, GPIO_Pin_8)
#define LED3_OFF          GPIO_RestBits(GPIOB, GPIO_Pin_8)

void LED_GPIO_Config(void);

#endif /* __LED_H */



回复

使用道具 举报

发表于 2015-3-29 00:33:23 | 显示全部楼层
Undefined symbol LED1
没定义符号:LED1,,,在main.c文件中
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-12-29 03:08 , Processed in 0.043974 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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