git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10450 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
isiora 2017-08-18 21:03:53 +00:00
parent 9662d58fb6
commit 3f4b4d7fb7
1 changed files with 3 additions and 2 deletions

View File

@ -140,8 +140,9 @@ void sama_clock_init(void) {
mainf = CKGR_MCFR_MAINF(PMC->CKGR_MCFR);
/*
* TODO: check mainf
* select alternate clock source if mainf is out of range.
* This function should start trying to use crystal osc sources and
* select alternate clock source if mainf is out of range:
* 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.
*/
(void)mainf;