Fix linker script for nrf bootloader example

This commit is contained in:
Ulf Lilleengen
2022-04-28 14:08:33 +02:00
parent bd488ef0d5
commit b7e7211a20
6 changed files with 26 additions and 3 deletions

View File

@ -28,6 +28,7 @@ async fn main(_s: embassy::executor::Spawner, p: Peripherals) {
let mut updater = FirmwareUpdater::default();
loop {
led.set_low();
button.wait_for_any_edge().await;
if button.is_low() {
let mut offset = 0;