Skip to content

Commit

Permalink
Removing config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Jul 7, 2023
1 parent deb381e commit b4008ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "probe-run --chip STM32H743ZITx --speed 30000"
runner = "probe-run --chip STM32H743ZITx --speed 30000"
# runner = "gdb-multiarch -q -x openocd.gdb"
runner = "probe-rs-cli download --chip STM32H743ZITx"
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=--nmagic",
Expand Down

0 comments on commit b4008ec

Please sign in to comment.