aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-12 13:47:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-12 13:47:54 +0000
commit6fd759c00ad15a4aaf19b244c29f8da686a12915 (patch)
tree8966fdc005912faecc0c719417aa02f5c5e7fa84
parentc783e324a6b4157d10f0edbd5b3ad2e7142c521a (diff)
downloadChibiOS-6fd759c00ad15a4aaf19b244c29f8da686a12915.tar.gz
ChibiOS-6fd759c00ad15a4aaf19b244c29f8da686a12915.tar.bz2
ChibiOS-6fd759c00ad15a4aaf19b244c29f8da686a12915.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5162 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/SPC56ELxx/hal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC56ELxx/hal_lld.c b/os/hal/platforms/SPC56ELxx/hal_lld.c
index 5e82db019..2c5708345 100644
--- a/os/hal/platforms/SPC56ELxx/hal_lld.c
+++ b/os/hal/platforms/SPC56ELxx/hal_lld.c
@@ -159,7 +159,7 @@ void spc_early_init(void) {
CGM.AC3_SC.R = SPC5_FMPLL0_CLK_SRC;
CGM.AC4_SC.R = SPC5_FMPLL1_CLK_SRC;
- /* Switches to XOSC in order to check its functionality.*/
+ /* Enables the XOSC in order to check its functionality.*/
ME.DRUN.R = SPC5_ME_MC_SYSCLK_IRC | SPC5_ME_MC_IRCON | SPC5_ME_MC_XOSC0ON | \
SPC5_ME_MC_FLAON_NORMAL | SPC5_ME_MC_MVRON;
if (halSPCSetRunMode(SPC5_RUNMODE_DRUN) == CH_FAILED) {