Răsfoiți Sursa

再次解决 HC32L196 scons编译问题

wenbodong2015 4 ani în urmă
părinte
comite
1b472e988c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: