summaryrefslogtreecommitdiff
path: root/examples/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/.cargo/config')
-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