diff options
-rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 68eea01..fda2fe6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,7 +5,7 @@ t = "test --target x86_64-unknown-linux-gnu" target = "thumbv7em-none-eabihf" [target.thumbv7em-none-eabihf] -runner = "arm-none-eabi-gdb -i=mi" +runner = "arm-none-eabi-gdb" rustflags = [ "-C", "link-arg=-Tlink.x", ] |