From 0ce2db283b6ede698b6fff57f848940e43948a5d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 4 Jun 2021 14:11:59 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14468 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32G0xx/hal_lld.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/hal/ports/STM32/STM32G0xx/hal_lld.c b/os/hal/ports/STM32/STM32G0xx/hal_lld.c index 6bbcecd51..1a025bb67 100644 --- a/os/hal/ports/STM32/STM32G0xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32G0xx/hal_lld.c @@ -502,6 +502,7 @@ static bool hal_lld_clock_raw_config(const halclkcfg_t *ccp) { return false; } +#if 0 /** * @brief Configures clock switch-only settings. * @note This is a fast reconfiguration, clock sources settings are not @@ -531,6 +532,7 @@ static bool hal_lld_clock_raw_switch(const halclkswc_t *cwp) { return false; } +#endif #endif /* defined(HAL_LLD_USE_CLOCK_MANAGEMENT) */ /*===========================================================================*/