aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/rp
diff options
context:
space:
mode:
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 = []