summaryrefslogtreecommitdiff
path: root/firmware/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/.cargo/config')
-rw-r--r--firmware/.cargo/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/.cargo/config b/firmware/.cargo/config
index 1a57e27..96e1aaa 100644
--- a/firmware/.cargo/config
+++ b/firmware/.cargo/config
@@ -2,8 +2,8 @@
# uncomment ONE of these three option to make `cargo run` start a GDB session
# which option to pick depends on your system
-runner = "arm-none-eabi-gdb -q -x openocd.gdb"
-# runner = "gdb-multiarch -q -x openocd.gdb"
+# runner = "arm-none-eabi-gdb -q -x openocd.gdb"
+runner = "gdb-multiarch -q -x openocd.gdb"
# runner = "gdb -q -x openocd.gdb"
rustflags = ["-C", "link-arg=-Tlink.x"]