aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorisiora <none@example.com>2017-08-18 21:03:53 +0000
committerisiora <none@example.com>2017-08-18 21:03:53 +0000
commit3f4b4d7fb7bd0fd2a268176c2bc978c68f0d58b5 (patch)
tree7d4debf15526ded330a36dcc34ef43f1e892a520
parent9662d58fb67b5c11f68f79d091c83280b7903dd3 (diff)
downloadChibiOS-3f4b4d7fb7bd0fd2a268176c2bc978c68f0d58b5.tar.gz
ChibiOS-3f4b4d7fb7bd0fd2a268176c2bc978c68f0d58b5.tar.bz2
ChibiOS-3f4b4d7fb7bd0fd2a268176c2bc978c68f0d58b5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10450 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_lld.c5
1 files 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;