Skip to content

Commit 04330f5

Browse files
committed
tools: Change to Lowercase.
Signed-off-by: wxyyy0117 <wxyyy2002@outlook.com>
1 parent 9abae43 commit 04330f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ BOARD_NAME=$(echo "$FQBN_FULL" | awk -F: '{print $NF}')
2323

2424

2525
# Allow GDB_PATH as optional 5th parameter, default to Infineon toolchain path
26-
GDB_PATH="${5:-$HOME/.arduino15/packages/Infineon/tools/arm-none-eabi-gcc/10.3-2021.10/bin/arm-none-eabi-gdb}"
26+
GDB_PATH="${5:-$HOME/.arduino15/packages/infineon/tools/arm-none-eabi-gcc/10.3-2021.10/bin/arm-none-eabi-gdb}"
2727

2828
if [[ -z "$FQBN_FULL" || -z "$BUILD_PATH" || -z "$SKETCH_PATH" ]]; then
2929
echo "Usage: $0 <fqbn> <build_path> <sketch_path> [boards.txt] [gdb_path]"

0 commit comments

Comments
 (0)