git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10450 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9662d58fb6
commit
3f4b4d7fb7
|
@ -140,8 +140,9 @@ void sama_clock_init(void) {
|
||||||
mainf = CKGR_MCFR_MAINF(PMC->CKGR_MCFR);
|
mainf = CKGR_MCFR_MAINF(PMC->CKGR_MCFR);
|
||||||
/*
|
/*
|
||||||
* TODO: check mainf
|
* TODO: check mainf
|
||||||
* select alternate clock source if mainf is out of range.
|
* select alternate clock source if mainf is out of range:
|
||||||
* This function should start trying to use crystal osc sources and
|
* if the system is configured to use crystal osc,
|
||||||
|
* this function should start trying to use crystal osc sources and
|
||||||
* should switch to alternate sources if mainf is invalid.
|
* should switch to alternate sources if mainf is invalid.
|
||||||
*/
|
*/
|
||||||
(void)mainf;
|
(void)mainf;
|
||||||
|
|
Loading…
Reference in New Issue