summaryrefslogtreecommitdiff
path: root/examples/stm32f3/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f3/.cargo/config.toml')
-rw-r--r--examples/stm32f3/.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32f3/.cargo/config.toml b/examples/stm32f3/.cargo/config.toml
index 84b4b2f1..d4bcd263 100644
--- a/examples/stm32f3/.cargo/config.toml
+++ b/examples/stm32f3/.cargo/config.toml
@@ -4,3 +4,6 @@ runner = "probe-run --chip STM32F303ZETx"
[build]
target = "thumbv7em-none-eabihf"
+
+[env]
+DEFMT_LOG = "trace"