aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKaitlyn Kenwell <[email protected]>2023-12-14 10:30:10 -0500
committerKaitlyn Kenwell <[email protected]>2023-12-14 10:30:10 -0500
commita34abd849f09187edea48713538403ebf44d6576 (patch)
tree47272bed0f1f0ffeb05c37c1b706cd001bc8aba4 /examples
parentef692c514101d6c91059c13af52cdd70dc5cd6e0 (diff)
Add examples to ci.sh
Diffstat (limited to 'examples')
-rw-r--r--examples/boot/application/stm32wb-dfu/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/boot/application/stm32wb-dfu/Cargo.toml b/examples/boot/application/stm32wb-dfu/Cargo.toml
index e67224ce6..57d51de02 100644
--- a/examples/boot/application/stm32wb-dfu/Cargo.toml
+++ b/examples/boot/application/stm32wb-dfu/Cargo.toml
@@ -30,4 +30,3 @@ defmt = [
30 "embassy-boot-stm32/defmt", 30 "embassy-boot-stm32/defmt",
31 "embassy-sync/defmt", 31 "embassy-sync/defmt",
32] 32]
33skip-include = []