diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-12 13:47:54 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-12 13:47:54 +0000 |
commit | 6fd759c00ad15a4aaf19b244c29f8da686a12915 (patch) | |
tree | 8966fdc005912faecc0c719417aa02f5c5e7fa84 /os/hal | |
parent | c783e324a6b4157d10f0edbd5b3ad2e7142c521a (diff) | |
download | ChibiOS-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
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/SPC56ELxx/hal_lld.c | 2 |
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) {
|