aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SPC5/SPC56ECxx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-06 16:28:04 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-06 16:28:04 +0000
commit87099d56d43af7d756a3e77c229c9dc13a65d291 (patch)
tree51c1a6892134fa48f451bed8dd79e937599db9aa /os/hal/ports/SPC5/SPC56ECxx
parentaa783ae3fd81c9256c4c8a9dc09462ac779f9992 (diff)
downloadChibiOS-87099d56d43af7d756a3e77c229c9dc13a65d291.tar.gz
ChibiOS-87099d56d43af7d756a3e77c229c9dc13a65d291.tar.bz2
ChibiOS-87099d56d43af7d756a3e77c229c9dc13a65d291.zip
Small documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11122 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/SPC5/SPC56ECxx')
-rw-r--r--os/hal/ports/SPC5/SPC56ECxx/hal_lld.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c b/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c
index efc1c035e..5acc47bdd 100644
--- a/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c
+++ b/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c
@@ -15,8 +15,8 @@
*/
/**
- * @file SPC560BCxx/hal_lld.c
- * @brief SPC560B/Cxx HAL subsystem low level driver source.
+ * @file SPC56ECxx/hal_lld.c
+ * @brief SPC56ECxx HAL subsystem low level driver source.
*
* @addtogroup HAL
* @{
@@ -88,7 +88,7 @@ void hal_lld_init(void) {
}
/**
- * @brief SPC560B/Cxx clocks and PLL initialization.
+ * @brief SPC56ECxx clocks and PLL initialization.
* @note All the involved constants come from the file @p board.h and
* @p hal_lld.h
* @note This function must be invoked only after the system reset.