diff options
Diffstat (limited to 'Core/Inc/stm32u0xx_hal_conf.h')
-rw-r--r-- | Core/Inc/stm32u0xx_hal_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Inc/stm32u0xx_hal_conf.h b/Core/Inc/stm32u0xx_hal_conf.h index d8e250f..66cfc34 100644 --- a/Core/Inc/stm32u0xx_hal_conf.h +++ b/Core/Inc/stm32u0xx_hal_conf.h @@ -144,7 +144,7 @@ * @brief This is the HAL system configuration section
*/
-#define VDD_VALUE 3300U /*!< Value of VDD in mv */
+#define VDD_VALUE 1710U /*!< Value of VDD in mv */
#define TICK_INT_PRIORITY (3U) /*!< tick interrupt priority (lowest by default) */
#define USE_RTOS 0U
#define PREFETCH_ENABLE 0U
|