mirror of https://github.com/rusefi/wideband.git
6 lines
184 B
Bash
6 lines
184 B
Bash
|
#!/bin/sh
|
||
|
#../../toolchain/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-gdb $*
|
||
|
#../../toolchain/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gdb $*
|
||
|
|
||
|
arm-none-eabi-gdb $*
|