aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/nrf
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/bootloader/nrf
parent0c66636d003979c3aecff36c9e03e87f34147a94 (diff)
Fix bootloader application examples
Diffstat (limited to 'examples/boot/bootloader/nrf')
-rw-r--r--examples/boot/bootloader/nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/nrf/Cargo.toml b/examples/boot/bootloader/nrf/Cargo.toml
index 40656f359..42391778d 100644
--- a/examples/boot/bootloader/nrf/Cargo.toml
+++ b/examples/boot/bootloader/nrf/Cargo.toml
@@ -25,7 +25,7 @@ defmt = [
25softdevice = [ 25softdevice = [
26 "embassy-boot-nrf/softdevice", 26 "embassy-boot-nrf/softdevice",
27] 27]
28debug = ["defmt-rtt"] 28debug = ["defmt-rtt", "defmt"]
29 29
30[profile.dev] 30[profile.dev]
31debug = 2 31debug = 2