aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/nrf/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/boot/nrf/src')
-rw-r--r--examples/boot/nrf/src/bin/a.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/boot/nrf/src/bin/a.rs b/examples/boot/nrf/src/bin/a.rs
index 2f05c817b..7368e36ce 100644
--- a/examples/boot/nrf/src/bin/a.rs
+++ b/examples/boot/nrf/src/bin/a.rs
@@ -28,6 +28,7 @@ async fn main(_s: embassy::executor::Spawner, p: Peripherals) {
28 28
29 let mut updater = FirmwareUpdater::default(); 29 let mut updater = FirmwareUpdater::default();
30 loop { 30 loop {
31 led.set_low();
31 button.wait_for_any_edge().await; 32 button.wait_for_any_edge().await;
32 if button.is_low() { 33 if button.is_low() {
33 let mut offset = 0; 34 let mut offset = 0;