error in include chain(stm32f10x.h)
用keil5,在cm3_core.h添加#include "stm32f10x.h"后,这里报错:error in include chain(stm32f10x.h)。删除后就恢复正常了。注:这里的core_cm3.h头文件的编写有问题的。应该是#ifndef __CORE_CM3_H#define __CORE_CM3_H而不应该是图上的。...
·
用keil5,在cm3_core.h添加#include "stm32f10x.h"后,这里报错:error in include chain(stm32f10x.h)。删除后就恢复正常了。
注:这里的core_cm3.h头文件的编写有问题的。应该是
#ifndef __CORE_CM3_H
#define __CORE_CM3_H
而不应该是图上的。
更多推荐
所有评论(0)