From 0a80e007b010a9b1546c6e19d0cf768d52f6650b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 29 May 2017 08:18:50 +0000 Subject: Implemented support for HSI16 divider on STM32L0xx. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10223 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32L0xx/ADC/mcuconf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'testhal/STM32/STM32L0xx/ADC/mcuconf.h') diff --git a/testhal/STM32/STM32L0xx/ADC/mcuconf.h b/testhal/STM32/STM32L0xx/ADC/mcuconf.h index dbce0c6c9..d051c130a 100644 --- a/testhal/STM32/STM32L0xx/ADC/mcuconf.h +++ b/testhal/STM32/STM32L0xx/ADC/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 FALSE #define STM32_HSE_ENABLED FALSE #define STM32_LSE_ENABLED TRUE -- cgit v1.2.3