Skip to content

Commit 9d9432e

Browse files
authored
Merge pull request #3430 from DavidLin1577/patch-3
Fixed typo 'rthread' in help infomation
2 parents 90e8b36 + 622e8cb commit 9d9432e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/simulator/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if GetDepend('RT_USING_MODULE'):
9595
dest='def',
9696
action='store_true',
9797
default=False,
98-
help='create rthread.def of rtthread.dll on windows')
98+
help='create rtthread.def of rtthread.dll on windows')
9999
if GetOption('def'):
100100
if rtconfig.PLATFORM == 'mingw':
101101
env['LINKFLAGS'] = rtconfig.DEFFILE_LFLAGS

0 commit comments

Comments
 (0)