diff options
| author | Dániel Buga <[email protected]> | 2023-09-02 08:50:03 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2023-09-02 08:50:03 +0200 |
| commit | 360286e67c355d23a355f83bbb6586b3fa3b3a7e (patch) | |
| tree | 287ce8e175dc054d7b7dec290ab97bbaef228429 /examples/boot/bootloader/stm32/Cargo.toml | |
| parent | 0c66636d003979c3aecff36c9e03e87f34147a94 (diff) | |
Fix bootloader application examples
Diffstat (limited to 'examples/boot/bootloader/stm32/Cargo.toml')
| -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 6436f2fee..9175768d6 100644 --- a/examples/boot/bootloader/stm32/Cargo.toml +++ b/examples/boot/bootloader/stm32/Cargo.toml | |||
| @@ -24,7 +24,7 @@ defmt = [ | |||
| 24 | "embassy-boot-stm32/defmt", | 24 | "embassy-boot-stm32/defmt", |
| 25 | "embassy-stm32/defmt", | 25 | "embassy-stm32/defmt", |
| 26 | ] | 26 | ] |
| 27 | debug = ["defmt-rtt"] | 27 | debug = ["defmt-rtt", "defmt"] |
| 28 | 28 | ||
| 29 | [profile.dev] | 29 | [profile.dev] |
| 30 | debug = 2 | 30 | debug = 2 |
