소스 검색

Merge pull request #3430 from DavidLin1577/patch-3

Fixed typo 'rthread' in help infomation
Bernard Xiong 5 년 전
부모
커밋
9d9432eb93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/simulator/SConstruct

+ 1 - 1
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