diff --git a/bsp/hc32l196/SConstruct b/bsp/hc32l196/SConstruct index ba341c62afd645feaa1647d33e4ff7affde24706..7314792045fa996987524d1c76c1973800ab3182 100644 --- a/bsp/hc32l196/SConstruct +++ b/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: