From 68e92985c7e7e0107cf3620d949964baeabc0d6a Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 5 May 2024 20:22:20 -0400 Subject: [PATCH] =?UTF-8?q?[stm32]=20=E8=B0=83=E6=95=B4CMSIS-Core=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E5=8C=85=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/stm32/libraries/HAL_Drivers/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/libraries/HAL_Drivers/SConscript b/bsp/stm32/libraries/HAL_Drivers/SConscript index 874a65a467..11ee4b1b92 100644 --- a/bsp/stm32/libraries/HAL_Drivers/SConscript +++ b/bsp/stm32/libraries/HAL_Drivers/SConscript @@ -8,7 +8,7 @@ group = [] src = ['drv_common.c'] path = [cwd] -if not GetDepend('PKG_CMSIS_CORE'): +if not GetDepend('PKG_USING_CMSIS_CORE'): path += [os.path.join(cwd, 'CMSIS', 'Include')] if GetDepend(['RT_USING_NANO']):