Skip to content
Snippets Groups Projects
Commit 2c3310b0 authored by A Sundbom's avatar A Sundbom
Browse files

Adds missed ending quote to .cargo/config

parent dd8ef33f
Branches
Tags
No related merge requests found
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "arm-none-eabi-gdb -q -x openocd.gdb
#runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# debian-based distros have transitioned to gdb-multiarch
# runner = "gdb-multiarch -q -x openocd.gdb"
runner = "gdb-multiarch -q -x openocd.gdb"
rustflags = [
"-C", "link-arg=-Tlink.x",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment