aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards')
-rw-r--r--os/hal/boards/ST_EVB_SPC56EL/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/ST_EVB_SPC56EL/board.c b/os/hal/boards/ST_EVB_SPC56EL/board.c
index 87e967e1b..721f452e3 100644
--- a/os/hal/boards/ST_EVB_SPC56EL/board.c
+++ b/os/hal/boards/ST_EVB_SPC56EL/board.c
@@ -56,7 +56,7 @@ const PALConfig pal_default_config = {
*/
void __early_init(void) {
- spc_early_init();
+ spc_clock_init();
}
/*