大学生
最后登录1970-1-1
在线时间 小时
注册时间2016-6-11
|
使用固件库点亮LED灯,代码照着fire老师的视频打的,检查很多遍了,基本上是跟复制过来一样了,也看了模板,觉着没有什么问题,可是还是出现了下面的问题:
- *** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
- Build target 'Target 1'
- compiling main.c...
- ..\User\LED\bsp_led.h(6): error: #13: expected a file name
- #include LED1_GPIO_PIN GPIO_Pin_0
- ..\User\main.c: 0 warnings, 1 error
- compiling bsp_led.c...
- ..\User\LED\bsp_led.h(6): error: #13: expected a file name
- #include LED1_GPIO_PIN GPIO_Pin_0
- ..\User\LED\bsp_led.c: 0 warnings, 1 error
- ".\Objects\LED_1.axf" - 2 Error(s), 0 Warning(s).
- Target not created.
- Build Time Elapsed: 00:00:02
复制代码
附上整个例程,大家有时间帮忙看一下
这是为什么呢?
|
|