diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:59:06 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-31 21:59:06 +0200 |
| commit | 7baa14371b3ee97b7008e2613489b07942d32582 (patch) | |
| tree | 84e68b0dd10e431e90e8085855e4522376673e0b /examples/boot/bootloader/stm32 | |
| parent | ba940017ee8cabbb2a371243adc040b3460cd71c (diff) | |
| parent | f594ddceecbf00022f1b76bec030fd32c0e03178 (diff) | |
Merge pull request #3027 from embassy-rs/check-cfg-fix
Fix all check-cfg errors, fix stm32 spi rxonly.
Diffstat (limited to 'examples/boot/bootloader/stm32')
| -rw-r--r-- | examples/boot/bootloader/stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/stm32/Cargo.toml b/examples/boot/bootloader/stm32/Cargo.toml index ef2b99404..541186949 100644 --- a/examples/boot/bootloader/stm32/Cargo.toml +++ b/examples/boot/bootloader/stm32/Cargo.toml | |||
| @@ -21,10 +21,10 @@ cfg-if = "1.0.0" | |||
| 21 | [features] | 21 | [features] |
| 22 | defmt = [ | 22 | defmt = [ |
| 23 | "dep:defmt", | 23 | "dep:defmt", |
| 24 | "dep:defmt-rtt", | ||
| 24 | "embassy-boot-stm32/defmt", | 25 | "embassy-boot-stm32/defmt", |
| 25 | "embassy-stm32/defmt", | 26 | "embassy-stm32/defmt", |
| 26 | ] | 27 | ] |
| 27 | debug = ["defmt-rtt", "defmt"] | ||
| 28 | 28 | ||
| 29 | [profile.dev] | 29 | [profile.dev] |
| 30 | debug = 2 | 30 | debug = 2 |
