[stm32] 调整CMSIS-Core软件包宏
This commit is contained in:
parent
341ce50067
commit
68e92985c7
|
@ -8,7 +8,7 @@ group = []
|
||||||
src = ['drv_common.c']
|
src = ['drv_common.c']
|
||||||
path = [cwd]
|
path = [cwd]
|
||||||
|
|
||||||
if not GetDepend('PKG_CMSIS_CORE'):
|
if not GetDepend('PKG_USING_CMSIS_CORE'):
|
||||||
path += [os.path.join(cwd, 'CMSIS', 'Include')]
|
path += [os.path.join(cwd, 'CMSIS', 'Include')]
|
||||||
|
|
||||||
if GetDepend(['RT_USING_NANO']):
|
if GetDepend(['RT_USING_NANO']):
|
||||||
|
|
Loading…
Reference in New Issue