From da61611f8f57410a87106961efd24d80e6a8f63e Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Tue, 26 Apr 2022 18:33:09 +0200 Subject: Add bootloader to CI --- examples/stm32wl/src/bin/flash.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32wl/src') diff --git a/examples/stm32wl/src/bin/flash.rs b/examples/stm32wl/src/bin/flash.rs index 9e13c702a..f84818224 100644 --- a/examples/stm32wl/src/bin/flash.rs +++ b/examples/stm32wl/src/bin/flash.rs @@ -15,7 +15,7 @@ use panic_probe as _; async fn main(_spawner: Spawner, p: Peripherals) { info!("Hello Flash!"); - const ADDR: u32 = 0x8036000; + const ADDR: u32 = 0x36000; let mut f = Flash::unlock(p.FLASH); -- cgit