summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-02-15 14:04:04 -0800
committerKeith Packard <keithp@keithp.com>2016-02-15 14:04:04 -0800
commitafef70bb8f31075de364ddf713f3ccf1d9c6361d (patch)
tree7b4c8af9caddc2dce4fde0d0eec6f7435b48cc76 /src
parent0bae4b25882983cd0b7950b3e80b6d93a72f0847 (diff)
altos/stmf0: Fix location of device_id register
Copied from stm32l and never fixed. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/stmf0/registers.ld2
1 files changed, 1 insertions, 1 deletions
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;