随笔分类 -  KEIL

摘要:遇到 KEIL5 提示 error: #20: identifier "uint8_t" is undefined 问题与解决 源文件中红叉提示: 在项目中CTRL+F查找能够在stdint.h文件中找到 在网上查找解决方法,按照网上的方法,在文件中直接引用头文件#include "stdint.h 阅读全文
posted @ 2022-06-29 12:53 Casimir1113 阅读(18238) 评论(0) 推荐(0)