From 7d8012e9ee0b2460f50ca7e8c4d58d70546c7027 Mon Sep 17 00:00:00 2001 From: flabbergast Date: Mon, 21 Mar 2016 21:01:05 +0000 Subject: [KINETIS] Update boards. Add FRDM-KL26Z, Teensy LC and 3.1. Update definitions for FRDM-KL25Z, MCHCK, Teensy 3.0. --- os/hal/boards/MCHCK_K20/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/hal/boards/MCHCK_K20/board.c') 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(); } /** -- cgit v1.2.3