再次编译无法找到.h文件
报错
library/src/stm32f4xx_cec.c(86): error: 'stm32f4xx_cec.h' file not found
加入.h文件后的路径后 inc文件后
报错
compiling stm32f4xx_it.c...
library/src/misc.c(69): warning: In file included from...
./library/inc\misc.h(31): warning: In file included from...
./stm32\stm32f4xx.h(811): warning: In file included from...
./cmsis\core_cm4.h(188): error: 'core_cmInstr.h' file not found
188 | #include <core_cmInstr.h> /* Core Instruction Access */