diff options
| -rw-r--r-- | embassy-stm32/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 0fb6fdb56..cb0644338 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -80,7 +80,7 @@ stm32-metapac = { version = "13", default-features = false, features = ["metadat | |||
| 80 | default = ["rt"] | 80 | default = ["rt"] |
| 81 | rt = ["stm32-metapac/rt"] | 81 | rt = ["stm32-metapac/rt"] |
| 82 | 82 | ||
| 83 | defmt = ["dep:defmt", "bxcan/unstable-defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "embedded-io?/defmt", "embassy-usb-driver?/defmt", "embassy-net-driver/defmt"] | 83 | defmt = ["dep:defmt", "bxcan/unstable-defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "embedded-io?/defmt", "embassy-usb-driver?/defmt", "embassy-net-driver/defmt", "embassy-time?/defmt"] |
| 84 | memory-x = ["stm32-metapac/memory-x"] | 84 | memory-x = ["stm32-metapac/memory-x"] |
| 85 | exti = [] | 85 | exti = [] |
| 86 | 86 | ||
| @@ -1445,4 +1445,4 @@ stm32wle5cb = [ "stm32-metapac/stm32wle5cb" ] | |||
| 1445 | stm32wle5cc = [ "stm32-metapac/stm32wle5cc" ] | 1445 | stm32wle5cc = [ "stm32-metapac/stm32wle5cc" ] |
| 1446 | stm32wle5j8 = [ "stm32-metapac/stm32wle5j8" ] | 1446 | stm32wle5j8 = [ "stm32-metapac/stm32wle5j8" ] |
| 1447 | stm32wle5jb = [ "stm32-metapac/stm32wle5jb" ] | 1447 | stm32wle5jb = [ "stm32-metapac/stm32wle5jb" ] |
| 1448 | stm32wle5jc = [ "stm32-metapac/stm32wle5jc" ] \ No newline at end of file | 1448 | stm32wle5jc = [ "stm32-metapac/stm32wle5jc" ] |
