diff options
Diffstat (limited to 'demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h')
-rw-r--r-- | demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h b/demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h index 1c648453a..064707691 100644 --- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h +++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h @@ -41,6 +41,7 @@ #define STM32_PVD_ENABLE FALSE
#define STM32_PLS STM32_PLS_LEV0
#define STM32_HSI16_ENABLED TRUE
+#define STM32_HSI16_DIVIDER_ENABLED FALSE
#define STM32_LSI_ENABLED TRUE
#define STM32_HSE_ENABLED FALSE
#define STM32_LSE_ENABLED FALSE
|