Browse Source

stm32g4: fix ST_TSENSE_CAL2_110C -> ST_TSENSE_CAL2_130C

Fixes: 4e70d06d6 stm32g4: Add basic support
Reviewed-by: Karl Palsson <karlp@tweak.au>
pull/1531/head
neoxic 8 months ago
committed by Karl Palsson
parent
commit
0ee2477d08
  1. 2
      include/libopencm3/stm32/g4/memorymap.h

2
include/libopencm3/stm32/g4/memorymap.h

@ -135,6 +135,6 @@
/* ST provided factory calibration values @ 3.0V */
#define ST_VREFINT_CAL MMIO16((INFO_BASE + 0x75aa))
#define ST_TSENSE_CAL1_30C MMIO16((INFO_BASE + 0x75a8))
#define ST_TSENSE_CAL2_110C MMIO16((INFO_BASE + 0x75ca))
#define ST_TSENSE_CAL2_130C MMIO16((INFO_BASE + 0x75ca))
#endif

Loading…
Cancel
Save