Browse Source

再次解决 HC32L196 scons编译问题

wenbodong2015 3 years ago
parent
commit
1b472e988c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/hc32l196/SConstruct

+ 1 - 1
bsp/hc32l196/SConstruct

@@ -7,7 +7,7 @@ if os.getenv('RTT_ROOT'):
 else:
     RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
 
-print "RTT_ROOT: " + RTT_ROOT
+print("RTT_ROOT: " + RTT_ROOT)
 
 sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
 try: