建设企业网站企业,深圳5区发布通知,重庆唐卡装饰公司,网站开发研究热点STM32的IAR工程报错#xff1a;
Fatal Error[Pe1696]: cannot open source file sys.h
解决方法#xff1a;
将#include sys.h改为#xff1a;
#ifndef __SYS_H
#define __SYS_H
#endifSTM32的IAR工程报错
Fatal Error[Pe1696]: cannot open source file sys.h
解决方法
将#include sys.h改为
#ifndef __SYS_H
#define __SYS_H
#endif