aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32h7
diff options
context:
space:
mode:
Diffstat (limited to 'examples/boot/application/stm32h7')
-rw-r--r--examples/boot/application/stm32h7/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/boot/application/stm32h7/Cargo.toml b/examples/boot/application/stm32h7/Cargo.toml
index f015b2cae..49743b9c3 100644
--- a/examples/boot/application/stm32h7/Cargo.toml
+++ b/examples/boot/application/stm32h7/Cargo.toml
@@ -26,5 +26,6 @@ defmt = [
26 "dep:defmt", 26 "dep:defmt",
27 "embassy-stm32/defmt", 27 "embassy-stm32/defmt",
28 "embassy-boot-stm32/defmt", 28 "embassy-boot-stm32/defmt",
29 "embassy-sync/defmt",
29] 30]
30skip-include = [] 31skip-include = []