aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/MCHCK_K20/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/MCHCK_K20/board.c')
-rw-r--r--os/hal/boards/MCHCK_K20/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/boards/MCHCK_K20/board.c b/os/hal/boards/MCHCK_K20/board.c
index 9d2b698..d67e6ce 100644
--- a/os/hal/boards/MCHCK_K20/board.c
+++ b/os/hal/boards/MCHCK_K20/board.c
@@ -115,7 +115,8 @@ const PALConfig pal_default_config =
* and before any other initialization.
*/
void __early_init(void) {
- mk20d50_clock_init();
+
+ k20x_clock_init();
}
/**