From 6fd759c00ad15a4aaf19b244c29f8da686a12915 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 12 Feb 2013 13:47:54 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5162 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC56ELxx/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') 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) { -- cgit v1.2.3