Skip to content

Commit bb58e54

Browse files
committed
[bsp][wch] revert toolchain path
1 parent f712e18 commit bb58e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/wch/risc-v/yd-ch32v307vct6/rtconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
if CROSS_TOOL == 'gcc':
1212
PLATFORM = 'gcc'
13-
EXEC_PATH = r'C:\Users\yekai\Documents\DevTools\wch-riscv-none-elf-gcc-8\bin'
13+
EXEC_PATH = r'/opt/MRS_Toolchain_Linux_x64_V1.90/RISC-V_Embedded_GCC/bin/'
1414
else:
1515
print('Please make sure your toolchains is GNU GCC!')
1616
exit(0)

0 commit comments

Comments
 (0)