altos/stmf0: Fix location of device_id register
authorKeith Packard <keithp@keithp.com>
Mon, 15 Feb 2016 22:04:04 +0000 (14:04 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 15 Feb 2016 22:04:04 +0000 (14:04 -0800)
Copied from stm32l and never fixed.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stmf0/registers.ld

index 598fc1afb2c2ec612527d15e14d1d47be7a0233b..1f9862b185c843a1f38c21ab672cb4ea9f495880 100644 (file)
@@ -54,4 +54,4 @@ stm_mpu    = 0xe000ed90;
 /* calibration data in system memory */
 stm_cal = 0x1ffff7b8;
 stm_flash_size_04x = 0x1ffff7cc;
 /* calibration data in system memory */
 stm_cal = 0x1ffff7b8;
 stm_flash_size_04x = 0x1ffff7cc;
-stm_device_id = 0x1ff80050;
+stm_device_id = 0x1ffff7ac;