Skip to content

Commit dc2ee97

Browse files
authored
Merge pull request #1 from RT-Thread/master
SYNC
2 parents 1e16a1e + 762cdcc commit dc2ee97

File tree

1,060 files changed

+541167
-56456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,060 files changed

+541167
-56456
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: bsp/CME_M7/CMSIS/SConscript

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ elif rtconfig.CROSS_TOOL == 'iar':
2323

2424
path = [cwd + '/CME_M7']
2525

26-
if GetDepend(['RT_USING_BSP_CMSIS']):
27-
path += [cwd + '/CMSIS/Include']
28-
elif GetDepend(['RT_USING_RTT_CMSIS']):
29-
path += [RTT_ROOT + '/components/CMSIS/Include']
26+
path += [cwd + '/CMSIS/Include']
3027

3128
group = DefineGroup('CMSIS', src, depend = [''], CPPPATH = path)
3229

0 commit comments

Comments
 (0)