We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90e8b36 + 622e8cb commit 9d9432eCopy full SHA for 9d9432e
bsp/simulator/SConstruct
@@ -95,7 +95,7 @@ if GetDepend('RT_USING_MODULE'):
95
dest='def',
96
action='store_true',
97
default=False,
98
- help='create rthread.def of rtthread.dll on windows')
+ help='create rtthread.def of rtthread.dll on windows')
99
if GetOption('def'):
100
if rtconfig.PLATFORM == 'mingw':
101
env['LINKFLAGS'] = rtconfig.DEFFILE_LFLAGS
0 commit comments