aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/basic/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/ROOT/examples/basic/.cargo/config.toml')
-rw-r--r--docs/modules/ROOT/examples/basic/.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/modules/ROOT/examples/basic/.cargo/config.toml b/docs/modules/ROOT/examples/basic/.cargo/config.toml
index c75b5c539..8ca28df39 100644
--- a/docs/modules/ROOT/examples/basic/.cargo/config.toml
+++ b/docs/modules/ROOT/examples/basic/.cargo/config.toml
@@ -4,3 +4,6 @@ runner = "probe-run --chip nRF52840_xxAA"
4 4
5[build] 5[build]
6target = "thumbv7em-none-eabi" 6target = "thumbv7em-none-eabi"
7
8[env]
9DEFMT_LOG = "trace"