aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-19 11:50:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-19 11:50:14 +0000
commitc57e3842293e0396bfa7653428dc81585e7717de (patch)
tree6ae0d0d6f3def7af2794e1f6879b738ae16a975f /boards
parent7fa885a2010dbb800cb56ddff2b110f647f77bff (diff)
downloadChibiOS-c57e3842293e0396bfa7653428dc81585e7717de.tar.gz
ChibiOS-c57e3842293e0396bfa7653428dc81585e7717de.tar.bz2
ChibiOS-c57e3842293e0396bfa7653428dc81585e7717de.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4829 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r--boards/GENERIC_SPC560B/board.c2
-rw-r--r--boards/GENERIC_SPC560B/board.h2
-rw-r--r--boards/GENERIC_SPC560P/board.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/boards/GENERIC_SPC560B/board.c b/boards/GENERIC_SPC560B/board.c
index bdcddbf2a..85c938005 100644
--- a/boards/GENERIC_SPC560B/board.c
+++ b/boards/GENERIC_SPC560B/board.c
@@ -62,7 +62,7 @@ const PALConfig pal_default_config =
*/
void __early_init(void) {
- spc560bc_clock_init();
+ spc_clock_init();
}
/*
diff --git a/boards/GENERIC_SPC560B/board.h b/boards/GENERIC_SPC560B/board.h
index afaaab95d..f0cf6b2a1 100644
--- a/boards/GENERIC_SPC560B/board.h
+++ b/boards/GENERIC_SPC560B/board.h
@@ -35,7 +35,7 @@
* Board frequencies.
*/
#if !defined(SPC5_XOSC_CLK)
-#define SPC5_XOSC_CLK 40000000
+#define SPC5_XOSC_CLK 8000000
#endif
/*
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();
}
/*