arch/arm/src/stm32f0l0g: remove reference to IO compensation which is not present in STM32 F0/L0/G0
This commit is contained in:
parent
b13f3212ad
commit
3d91fed868
|
@ -50,7 +50,6 @@
|
||||||
#include "arm_arch.h"
|
#include "arm_arch.h"
|
||||||
|
|
||||||
#include "hardware/stm32_flash.h"
|
#include "hardware/stm32_flash.h"
|
||||||
#include "stm32_gpio.h"
|
|
||||||
#include "stm32_rcc.h"
|
#include "stm32_rcc.h"
|
||||||
#include "stm32_hsi48.h"
|
#include "stm32_hsi48.h"
|
||||||
|
|
||||||
|
@ -189,12 +188,6 @@ void stm32_clockconfig(void)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_STM32F0L0G0_SYSCFG_IOCOMPENSATION
|
|
||||||
/* Enable I/O Compensation */
|
|
||||||
|
|
||||||
stm32_iocompensation();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Enable peripheral clocking */
|
/* Enable peripheral clocking */
|
||||||
|
|
||||||
rcc_enableperipherals();
|
rcc_enableperipherals();
|
||||||
|
|
Loading…
Reference in New Issue