Browse Source

tab转空格

xx 7 years ago
parent
commit
38fc71608d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/imxrt1052-evk/SConstruct

+ 1 - 1
bsp/imxrt1052-evk/SConstruct

@@ -6,7 +6,7 @@ import rtconfig
 if os.getenv('RTT_ROOT'):
     RTT_ROOT = os.getenv('RTT_ROOT')
 else:
-	RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
+    RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
 	
 sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
 from building import *