Update rtconfig.py

将 print 改成 python3 的
This commit is contained in:
Tom Xue
2021-01-28 18:40:52 +08:00
committed by GitHub
parent fdb270c6f4
commit ffb2b5a210

View File

@@ -17,7 +17,7 @@ if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
EXEC_PATH = r'E:\work\env\tools\gnu_gcc\arm_gcc\mingw\bin'
else:
print 'Please make sure your toolchains is GNU GCC!'
print('Please make sure your toolchains is GNU GCC!')
exit(0)
if os.getenv('RTT_EXEC_PATH'):