summaryrefslogtreecommitdiff
path: root/examples/stm32l0/src/bin/flash.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32l0/src/bin/flash.rs')
-rw-r--r--examples/stm32l0/src/bin/flash.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l0/src/bin/flash.rs b/examples/stm32l0/src/bin/flash.rs
index 0ab7b133..c2ccb5b6 100644
--- a/examples/stm32l0/src/bin/flash.rs
+++ b/examples/stm32l0/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 = 0x8026000;
+ const ADDR: u32 = 0x26000;
let mut f = Flash::unlock(p.FLASH);