diff options
| author | Ghaith Oueslati <[email protected]> | 2023-07-15 14:56:26 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-15 14:56:26 +0100 |
| commit | 7ec7d1bbccac07de6053e1a152b6c417693e919b (patch) | |
| tree | ac26731268fd04588a5abc9503e27543494db387 | |
| parent | 0628dd997f872d49ba10e299d250f4877434d6f1 (diff) | |
fix ci issue
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index 6142fd7d1..f1242ea10 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -28,7 +28,7 @@ stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } | |||
| 28 | stm32wb-hci = { version = "0.1.3", optional = true } | 28 | stm32wb-hci = { version = "0.1.3", optional = true } |
| 29 | 29 | ||
| 30 | [features] | 30 | [features] |
| 31 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci/defmt"] | 31 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci?/defmt"] |
| 32 | 32 | ||
| 33 | ble = ["dep:stm32wb-hci"] | 33 | ble = ["dep:stm32wb-hci"] |
| 34 | mac = [] | 34 | mac = [] |
| @@ -48,4 +48,4 @@ stm32wb55rg = [ "embassy-stm32/stm32wb55rg" ] | |||
| 48 | stm32wb55vc = [ "embassy-stm32/stm32wb55vc" ] | 48 | stm32wb55vc = [ "embassy-stm32/stm32wb55vc" ] |
| 49 | stm32wb55ve = [ "embassy-stm32/stm32wb55ve" ] | 49 | stm32wb55ve = [ "embassy-stm32/stm32wb55ve" ] |
| 50 | stm32wb55vg = [ "embassy-stm32/stm32wb55vg" ] | 50 | stm32wb55vg = [ "embassy-stm32/stm32wb55vg" ] |
| 51 | stm32wb55vy = [ "embassy-stm32/stm32wb55vy" ] \ No newline at end of file | 51 | stm32wb55vy = [ "embassy-stm32/stm32wb55vy" ] |
