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