diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-30 21:10:20 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-30 21:10:20 -0500 |
commit | e9f471c4e0a4047bb960b28e4de1447b84a22e4f (patch) | |
tree | 33bec6bf0d1e161b739bcb22f20f668a84aee32d /Core/Inc/stm32u0xx_hal_conf.h | |
parent | ea84e2a1a4bdf3f46aa3789ed3f7e96c673d7c2c (diff) |
reduce clocks
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
|