From fc6f3c0403e04979d80a07b5267f8663ac4792ab Mon Sep 17 00:00:00 2001 From: CYFS <2805686936@qq.com> Date: Sun, 20 Oct 2024 13:53:40 +0800 Subject: [PATCH] [bsp][fm33lc026]fix path issue --- .../FM33LC0xx_FL_Driver/CMSIS/Include/core_cm0plus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/core_cm0plus.h b/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/core_cm0plus.h index a12a03ed08..bcf5ecc1b0 100644 --- a/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/core_cm0plus.h +++ b/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/core_cm0plus.h @@ -195,8 +195,8 @@ #endif -#include "core_cminstr.h" /* Core Instruction Access */ -#include "core_cmfunc.h" /* Core Function Access */ +#include "core_cmInstr.h" /* Core Instruction Access */ +#include "core_cmFunc.h" /* Core Function Access */ #ifdef __cplusplus }