git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14468 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
be70523cc5
commit
0ce2db283b
|
@ -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) */
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue