summaryrefslogtreecommitdiffstats
path: root/Core/Inc/stm32u0xx_hal_conf.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-30 21:10:20 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-30 21:10:20 -0500
commite9f471c4e0a4047bb960b28e4de1447b84a22e4f (patch)
tree33bec6bf0d1e161b739bcb22f20f668a84aee32d /Core/Inc/stm32u0xx_hal_conf.h
parentea84e2a1a4bdf3f46aa3789ed3f7e96c673d7c2c (diff)
reduce clocks
Diffstat (limited to 'Core/Inc/stm32u0xx_hal_conf.h')
-rw-r--r--Core/Inc/stm32u0xx_hal_conf.h2
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