From c57e3842293e0396bfa7653428dc81585e7717de Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 19 Nov 2012 11:50:14 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4829 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/GENERIC_SPC560P/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards/GENERIC_SPC560P/board.c') diff --git a/boards/GENERIC_SPC560P/board.c b/boards/GENERIC_SPC560P/board.c index caa317ec5..85c938005 100644 --- a/boards/GENERIC_SPC560P/board.c +++ b/boards/GENERIC_SPC560P/board.c @@ -62,7 +62,7 @@ const PALConfig pal_default_config = */ void __early_init(void) { - spc560p_clock_init(); + spc_clock_init(); } /* -- cgit v1.2.3