From 3f4b4d7fb7bd0fd2a268176c2bc978c68f0d58b5 Mon Sep 17 00:00:00 2001 From: isiora Date: Fri, 18 Aug 2017 21:03:53 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10450 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/SAMA/SAMA5D2x/hal_lld.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c index fb3399316..4e4e50b49 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c +++ b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c @@ -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; -- cgit v1.2.3