aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/rp
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/rp
parent0c66636d003979c3aecff36c9e03e87f34147a94 (diff)
Fix bootloader application examples
Diffstat (limited to 'examples/boot/application/rp')
-rw-r--r--examples/boot/application/rp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/boot/application/rp/Cargo.toml b/examples/boot/application/rp/Cargo.toml
index be85f4437..23cce9593 100644
--- a/examples/boot/application/rp/Cargo.toml
+++ b/examples/boot/application/rp/Cargo.toml
@@ -27,6 +27,7 @@ default = ["panic-reset"]
27debug = [ 27debug = [
28 "embassy-rp/defmt", 28 "embassy-rp/defmt",
29 "embassy-boot-rp/defmt", 29 "embassy-boot-rp/defmt",
30 "embassy-sync/defmt",
30 "panic-probe" 31 "panic-probe"
31] 32]
32skip-include = [] 33skip-include = []