From ffb2b5a21018a59e99f5a2a959c30d95456244e0 Mon Sep 17 00:00:00 2001 From: Tom Xue Date: Thu, 28 Jan 2021 18:40:52 +0800 Subject: [PATCH] Update rtconfig.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 print 改成 python3 的 --- bsp/allwinner_tina/rtconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/allwinner_tina/rtconfig.py b/bsp/allwinner_tina/rtconfig.py index ea0ee7aef0..4c14524442 100644 --- a/bsp/allwinner_tina/rtconfig.py +++ b/bsp/allwinner_tina/rtconfig.py @@ -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'):