Remove --defmt flag from probe-run

This now gets automatically detected
This commit is contained in:
Jonas Schievink
2020-12-03 00:16:14 +01:00
committed by GitHub
parent 8f9e7e606e
commit 7c4954fd67
+2 -2
View File
@@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output)
runner = "probe-run --chip $CHIP --defmt"
runner = "probe-run --chip $CHIP"
rustflags = [
"-C", "linker=flip-link",
"-C", "link-arg=-Tlink.x",
@@ -21,4 +21,4 @@ target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[alias]
rb = "run --bin"
rrb = "run --release --bin"
rrb = "run --release --bin"