Browse Source

[bsp][nxp] Delete mcxn947 sdk unused path.

andeyqi 10 months ago
parent
commit
840eef1124
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/nxp/mcx/mcxn/Libraries/MCXN947/SConscript

+ 1 - 1
bsp/nxp/mcx/mcxn/Libraries/MCXN947/SConscript

@@ -2,7 +2,7 @@ Import('rtconfig')
 from building import *
 
 cwd = GetCurrentDir()
-path = [cwd + '/../CMSIS/Core/Include',cwd + '/components/codec', cwd + '/MCXN947', cwd + '/MCXN947/drivers', cwd + '/middleware/sdmmc/inc', cwd + '/middleware/sdmmc/port']
+path = [cwd + '/../CMSIS/Core/Include', cwd + '/MCXN947', cwd + '/MCXN947/drivers']
 src = Split('''
             MCXN947/system_MCXN947_cm33_core0.c
             ''')