From 1b472e988caa28bf6b72a4e37cca7a058f764236 Mon Sep 17 00:00:00 2001 From: wenbodong2015 Date: Tue, 7 Sep 2021 11:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E8=A7=A3=E5=86=B3=20HC32L196?= =?UTF-8?q?=20scons=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/hc32l196/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: