mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-19 16:10:48 +08:00
[stm32] 调整CMSIS-Core软件包宏
This commit is contained in:
@@ -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']):
|
||||
|
||||
Reference in New Issue
Block a user