git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14468 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-06-04 14:11:59 +00:00
parent be70523cc5
commit 0ce2db283b
1 changed files with 2 additions and 0 deletions

View File

@ -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) */
/*===========================================================================*/