aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32h7/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-09-02 08:50:03 +0200
committerDániel Buga <[email protected]>2023-09-02 08:50:03 +0200
commit360286e67c355d23a355f83bbb6586b3fa3b3a7e (patch)
tree287ce8e175dc054d7b7dec290ab97bbaef228429 /examples/boot/application/stm32h7/Cargo.toml
parent0c66636d003979c3aecff36c9e03e87f34147a94 (diff)
Fix bootloader application examples
Diffstat (limited to 'examples/boot/application/stm32h7/Cargo.toml')
-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 = []