From afef70bb8f31075de364ddf713f3ccf1d9c6361d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 15 Feb 2016 14:04:04 -0800 Subject: [PATCH] altos/stmf0: Fix location of device_id register Copied from stm32l and never fixed. Signed-off-by: Keith Packard --- src/stmf0/registers.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stmf0/registers.ld b/src/stmf0/registers.ld index 598fc1af..1f9862b1 100644 --- a/src/stmf0/registers.ld +++ b/src/stmf0/registers.ld @@ -54,4 +54,4 @@ stm_mpu = 0xe000ed90; /* calibration data in system memory */ stm_cal = 0x1ffff7b8; stm_flash_size_04x = 0x1ffff7cc; -stm_device_id = 0x1ff80050; +stm_device_id = 0x1ffff7ac; -- 2.30.2