aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-07-15 14:31:35 -0500
committerxoviat <[email protected]>2023-07-15 14:31:35 -0500
commit1f63fdbb15b2f8fb94167e12428901357de15c11 (patch)
treecdb88522aa15bb24c07b5dbfc6745a834cff5125
parentd11a94e2a7c030dac7a7c4d6967f614104111d5a (diff)
stm32/tests: fix cargo
-rw-r--r--tests/stm32/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index b3a805e5a..3007cd1e6 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -21,6 +21,7 @@ chrono = ["embassy-stm32/chrono", "dep:chrono"]
21can = [] 21can = []
22ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"] 22ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"]
23mac = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/mac"] 23mac = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/mac"]
24embassy-stm32-wpan = []
24not-gpdma = [] 25not-gpdma = []
25 26
26[dependencies] 27[dependencies]