[INC] Revert change introduced by commit 3b6fd841e57a6615709408bed4023f5e369c3459 "[INC] Update the values of the sensor calibration temperatures for H742, H743, and H753 part numbers"

Rationale: The fix shall be implemented in a different way at the HAL-LL ADC driver's level.
diff --git a/Include/stm32h742xx.h b/Include/stm32h742xx.h
index 23a55e4..38d5905 100644
--- a/Include/stm32h742xx.h
+++ b/Include/stm32h742xx.h
@@ -25013,10 +25013,6 @@
 #define IS_ADC_COMMON_INSTANCE(INSTANCE) (((INSTANCE) == ADC12_COMMON) ||\
                                           ((INSTANCE) == ADC3_COMMON))
 
-#define TEMPSENSOR_CAL2_TEMP ((((DBGMCU->IDCODE) >> 16) <= ((uint32_t)0x1003)) ? 110L : 130L) /* Temperature
-at which temperature sensor has been calibrated in production for data into TEMPSENSOR_CAL2_ADDR 110 °C for revision Y
-and 130 °C for revision V (tolerance: +-5 DegC) (unit: DegC). */
-
 /******************************** COMP Instances ******************************/
 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
                                        ((INSTANCE) == COMP2))
diff --git a/Include/stm32h743xx.h b/Include/stm32h743xx.h
index c7d4300..3802024 100644
--- a/Include/stm32h743xx.h
+++ b/Include/stm32h743xx.h
@@ -25661,10 +25661,6 @@
 #define IS_ADC_COMMON_INSTANCE(INSTANCE) (((INSTANCE) == ADC12_COMMON) ||\
                                           ((INSTANCE) == ADC3_COMMON))
 
-#define TEMPSENSOR_CAL2_TEMP ((((DBGMCU->IDCODE) >> 16) <= ((uint32_t)0x1003)) ? 110L : 130L) /* Temperature
-at which temperature sensor has been calibrated in production for data into TEMPSENSOR_CAL2_ADDR 110 °C for revision Y
-and 130 °C for revision V (tolerance: +-5 DegC) (unit: DegC). */
-
 /******************************** COMP Instances ******************************/
 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
                                        ((INSTANCE) == COMP2))
diff --git a/Include/stm32h753xx.h b/Include/stm32h753xx.h
index 385439a..1bb6955 100644
--- a/Include/stm32h753xx.h
+++ b/Include/stm32h753xx.h
@@ -25948,10 +25948,6 @@
 #define IS_ADC_COMMON_INSTANCE(INSTANCE) (((INSTANCE) == ADC12_COMMON) ||\
                                           ((INSTANCE) == ADC3_COMMON))
 
-#define TEMPSENSOR_CAL2_TEMP ((((DBGMCU->IDCODE) >> 16) <= ((uint32_t)0x1003)) ? 110L : 130L) /* Temperature
-at which temperature sensor has been calibrated in production for data into TEMPSENSOR_CAL2_ADDR 110 °C for revision Y
-and 130 °C for revision V (tolerance: +-5 DegC) (unit: DegC). */
-
 /******************************** COMP Instances ******************************/
 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
                                        ((INSTANCE) == COMP2))