aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC560BCxx/hal_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-19 08:55:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-19 08:55:47 +0000
commit2aadbf711f1049a6ce013d5a6278e91c313030fa (patch)
treee1edaceecbf46631f5e7d32824aa347b54b26185 /os/hal/platforms/SPC560BCxx/hal_lld.c
parent6128152b48a577b1ee9e8d3502ffebea7582b62f (diff)
downloadChibiOS-2aadbf711f1049a6ce013d5a6278e91c313030fa.tar.gz
ChibiOS-2aadbf711f1049a6ce013d5a6278e91c313030fa.tar.bz2
ChibiOS-2aadbf711f1049a6ce013d5a6278e91c313030fa.zip
Fixed some names.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4948 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC560BCxx/hal_lld.c')
-rw-r--r--os/hal/platforms/SPC560BCxx/hal_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC560BCxx/hal_lld.c b/os/hal/platforms/SPC560BCxx/hal_lld.c
index cfd931349..fb017eac7 100644
--- a/os/hal/platforms/SPC560BCxx/hal_lld.c
+++ b/os/hal/platforms/SPC560BCxx/hal_lld.c
@@ -97,7 +97,7 @@ void hal_lld_init(void) {
}
/**
- * @brief SPC560Pxx clocks and PLL initialization.
+ * @brief SPC560B/Cxx 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.
@@ -185,7 +185,7 @@ void spc_clock_init(void) {
* @retval CH_SUCCESS if the switch operation has been completed.
* @retval CH_FAILED if the switch operation failed.
*/
-bool_t halSPCSetRunMode(spc560prunmode_t mode) {
+bool_t halSPCSetRunMode(spc5_runmode_t mode) {
/* Starts a transition process.*/
ME.MCTL.R = SPC5_ME_MCTL_MODE(mode) | SPC5_ME_MCTL_KEY;