aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stm32')
-rw-r--r--tests/stm32/.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stm32/.cargo/config.toml b/tests/stm32/.cargo/config.toml
index eafab3ed0..29c4799a1 100644
--- a/tests/stm32/.cargo/config.toml
+++ b/tests/stm32/.cargo/config.toml
@@ -15,3 +15,6 @@ rustflags = [
15 15
16[build] 16[build]
17target = "thumbv7m-none-eabi" 17target = "thumbv7m-none-eabi"
18
19[env]
20DEFMT_LOG = "trace"