diff options
| author | Ulf Lilleengen <[email protected]> | 2022-04-26 18:33:09 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-04-27 15:17:18 +0200 |
| commit | da61611f8f57410a87106961efd24d80e6a8f63e (patch) | |
| tree | 81bf5f96a052be8cc74fa4f513592adf1f4bb1db /examples/stm32wl/src/bin/flash.rs | |
| parent | 484e0acc638c27366e19275c32db9c8487ea8fba (diff) | |
Add bootloader to CI
Diffstat (limited to 'examples/stm32wl/src/bin/flash.rs')
| -rw-r--r-- | examples/stm32wl/src/bin/flash.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 _; | |||
| 15 | async fn main(_spawner: Spawner, p: Peripherals) { | 15 | async fn main(_spawner: Spawner, p: Peripherals) { |
| 16 | info!("Hello Flash!"); | 16 | info!("Hello Flash!"); |
| 17 | 17 | ||
| 18 | const ADDR: u32 = 0x8036000; | 18 | const ADDR: u32 = 0x36000; |
| 19 | 19 | ||
| 20 | let mut f = Flash::unlock(p.FLASH); | 20 | let mut f = Flash::unlock(p.FLASH); |
| 21 | 21 | ||
