新手入门
- 积分
- 7
- 金钱
- 7
- 注册时间
- 2019-3-3
- 在线时间
- 0 小时
|
1金钱
compiling main.c...
.\user\stm32f10x_conf.h(28): error: #5: cannot open source input file "stm32f10x_adc.h": No such file or directory
#include "stm32f10x_adc.h"
user\main.c: 0 warnings, 1 error
compiling stm32f10x_it.c...
.\user\stm32f10x_conf.h(28): error: #5: cannot open source input file "stm32f10x_adc.h": No such file or directory
#include "stm32f10x_adc.h"
user\stm32f10x_it.c: 0 warnings, 1 error
".\Objects\实验一.axf" - 3 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:03
头文件我已经选择了,还是不行
#include "stm32f10x.h"
int main(void)
{
}
第一个双引号(都是英文的)下面有红色波浪
|
|