This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 3d91fed8688dfd73fed224aeee8ce3db8ac8da37 Author: raiden00pl <[email protected]> AuthorDate: Tue Aug 11 07:31:39 2020 +0200 arch/arm/src/stm32f0l0g: remove reference to IO compensation which is not present in STM32 F0/L0/G0 --- arch/arm/src/stm32f0l0g0/stm32_rcc.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arm/src/stm32f0l0g0/stm32_rcc.c b/arch/arm/src/stm32f0l0g0/stm32_rcc.c index eabd819..35f0565 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_rcc.c +++ b/arch/arm/src/stm32f0l0g0/stm32_rcc.c @@ -50,7 +50,6 @@ #include "arm_arch.h" #include "hardware/stm32_flash.h" -#include "stm32_gpio.h" #include "stm32_rcc.h" #include "stm32_hsi48.h" @@ -189,12 +188,6 @@ void stm32_clockconfig(void) #endif -#ifdef CONFIG_STM32F0L0G0_SYSCFG_IOCOMPENSATION - /* Enable I/O Compensation */ - - stm32_iocompensation(); -#endif - /* Enable peripheral clocking */ rcc_enableperipherals();
