diff options
| author | xoviat <[email protected]> | 2023-07-15 14:31:35 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-15 14:31:35 -0500 |
| commit | 1f63fdbb15b2f8fb94167e12428901357de15c11 (patch) | |
| tree | cdb88522aa15bb24c07b5dbfc6745a834cff5125 | |
| parent | d11a94e2a7c030dac7a7c4d6967f614104111d5a (diff) | |
stm32/tests: fix cargo
| -rw-r--r-- | tests/stm32/Cargo.toml | 1 |
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"] | |||
| 21 | can = [] | 21 | can = [] |
| 22 | ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"] | 22 | ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"] |
| 23 | mac = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/mac"] | 23 | mac = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/mac"] |
| 24 | embassy-stm32-wpan = [] | ||
| 24 | not-gpdma = [] | 25 | not-gpdma = [] |
| 25 | 26 | ||
| 26 | [dependencies] | 27 | [dependencies] |
