Skip to content

Commit 1b472e9

Browse files
committed
再次解决 HC32L196 scons编译问题
1 parent 38bd06c commit 1b472e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/hc32l196/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if os.getenv('RTT_ROOT'):
77
else:
88
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
99

10-
print "RTT_ROOT: " + RTT_ROOT
10+
print("RTT_ROOT: " + RTT_ROOT)
1111

1212
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
1313
try:

0 commit comments

Comments
 (0)