stm32g4: fix ST_TSENSE_CAL2_110C -> ST_TSENSE_CAL2_130C
Fixes: 4e70d06d6 stm32g4: Add basic support
Reviewed-by: Karl Palsson <karlp@tweak.au>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user