Browse Source

fix a spelling error in the mini4020/rtconfig.py

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2329 bbd45198-f89e-11dd-88c7-29a3b14d5316
dzzxzz@gmail.com 12 years ago
parent
commit
6f1cab7da1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/mini4020/rtconfig.py

+ 1 - 1
bsp/mini4020/rtconfig.py

@@ -12,7 +12,7 @@ if os.getenv('RTT_CC'):
 
 if  CROSS_TOOL == 'gcc':
     print '================ERROR============================'
-    print 'Not support iar yet!'
+    print 'Not support gcc yet!'
     print '================================================='
     exit(0)
 elif CROSS_TOOL == 'keil':