From fcf9090b967d7078d20072e3fef2e269ecff9699 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 8 Feb 2013 15:23:03 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5130 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/GENERIC_SPC56EL/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards') diff --git a/boards/GENERIC_SPC56EL/board.c b/boards/GENERIC_SPC56EL/board.c index e5d7d2a83..d3595528f 100644 --- a/boards/GENERIC_SPC56EL/board.c +++ b/boards/GENERIC_SPC56EL/board.c @@ -55,7 +55,7 @@ const PALConfig pal_default_config = { */ void __early_init(void) { - spc_clock_init(); + spc_early_init(); /* SWT disabled.*/ SWT.SR.R = 0xC520; -- cgit v1.2.3