Browse Source

[stm32] 调整CMSIS-Core软件包宏

Meco Man 1 year ago
parent
commit
68e92985c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/stm32/libraries/HAL_Drivers/SConscript

+ 1 - 1
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']):