Merge pull request #32 from knurling-rs/jonas-schievink-patch-2

Remove `--defmt` flag from probe-run
This commit is contained in:
Jorge Aparicio
2020-12-07 10:35:32 +00:00
committed by GitHub
+1 -1
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",