From 360286e67c355d23a355f83bbb6586b3fa3b3a7e Mon Sep 17 00:00:00 2001 From: Dániel Buga Date: Sat, 2 Sep 2023 08:50:03 +0200 Subject: Fix bootloader application examples --- examples/boot/application/rp/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/boot/application/rp') 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"] debug = [ "embassy-rp/defmt", "embassy-boot-rp/defmt", + "embassy-sync/defmt", "panic-probe" ] skip-include = [] -- cgit