summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorfnafnio <fabiopungg@gmail.com>2021-02-24 08:41:46 +0100
committerfnafnio <fabiopungg@gmail.com>2021-02-24 08:41:46 +0100
commitd6249f799c90cae96d61df4347daab7b93c90f10 (patch)
treef7aebbec03c67d93ffb1005499bea489e1608b06 /examples
parent0bd03fbcdaa0f7d626ce66a40ee2f81fe901301b (diff)
downloadnrf-softdevice-d6249f799c90cae96d61df4347daab7b93c90f10.zip
removed --defmt from probe-run
Diffstat (limited to 'examples')
-rw-r--r--examples/.cargo/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/.cargo/config b/examples/.cargo/config
index 8d2de5d..b8aa023 100644
--- a/examples/.cargo/config
+++ b/examples/.cargo/config
@@ -1,5 +1,5 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
-runner = "probe-run --chip nRF52840_xxAA --defmt"
+runner = "probe-run --chip nRF52840_xxAA"
rustflags = [
# LLD (shipped with the Rust toolchain) is used as the default linker