Skip to content

Commit 5f68a63

Browse files
Update bsp/stm32/stm32f407-micu/rtconfig.py
Co-authored-by: Copilot <[email protected]>
1 parent 13758f3 commit 5f68a63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bsp/stm32/stm32f407-micu/rtconfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
# EXEC_PATH is the compiler execute path, for example, CodeSourcery, Keil MDK, IAR
1818
if CROSS_TOOL == 'gcc':
1919
PLATFORM = 'gcc'
20-
EXEC_PATH = r'C:\Users\XXYYZZ'
20+
EXEC_PATH = ''
21+
# Example: set EXEC_PATH to your toolchain path, e.g. r'C:\Program Files\GNU Tools Arm Embedded\bin'
2122
elif CROSS_TOOL == 'keil':
2223
PLATFORM = 'armcc'
2324
EXEC_PATH = r'C:/Keil_v5'

0 commit comments

Comments
 (0)