From 3d91fed8688dfd73fed224aeee8ce3db8ac8da37 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Tue, 11 Aug 2020 07:31:39 +0200 Subject: [PATCH] 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 eabd8197250..35f056590d9 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();