diff options
Diffstat (limited to 'boards/GENERIC_SPC560B')
-rw-r--r-- | boards/GENERIC_SPC560B/board.c | 2 | ||||
-rw-r--r-- | boards/GENERIC_SPC560B/board.h | 2 |
2 files changed, 2 insertions, 2 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
/*
|