From 2aadbf711f1049a6ce013d5a6278e91c313030fa Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 19 Dec 2012 08:55:47 +0000 Subject: Fixed some names. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4948 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC560BCxx/hal_lld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/platforms/SPC560BCxx/hal_lld.c') 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; -- cgit v1.2.3