From 622e8cb0cae01e54ef771c9ccdb123901d8f0fca Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 6 Mar 2020 21:46:21 +0800 Subject: [PATCH] Fixed typo 'rthread' in help infomation rthread -> rtthread --- bsp/simulator/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/simulator/SConstruct b/bsp/simulator/SConstruct index 672484107..b9854bb34 100755 --- a/bsp/simulator/SConstruct +++ b/bsp/simulator/SConstruct @@ -95,7 +95,7 @@ if GetDepend('RT_USING_MODULE'): dest='def', action='store_true', default=False, - help='create rthread.def of rtthread.dll on windows') + help='create rtthread.def of rtthread.dll on windows') if GetOption('def'): if rtconfig.PLATFORM == 'mingw': env['LINKFLAGS'] = rtconfig.DEFFILE_LFLAGS -- GitLab