aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/boot/bootloader/stm32/Cargo.toml')
-rw-r--r--examples/boot/bootloader/stm32/Cargo.toml2
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]
27debug = ["defmt-rtt"] 27debug = ["defmt-rtt", "defmt"]
28 28
29[profile.dev] 29[profile.dev]
30debug = 2 30debug = 2