diff options
| author | Fabio Utzig <utzig@utzig.org> | 2016-03-28 20:38:51 -0300 |
|---|---|---|
| committer | Fabio Utzig <utzig@utzig.org> | 2016-03-28 20:38:51 -0300 |
| commit | 1b08012c7567e7ddabd7483d24c7e11919a76f3c (patch) | |
| tree | 4bae5eb90713a09dd408121c5c35596df27be8f2 /os/hal/boards/MCHCK_K20/board.c | |
| parent | 778340c65318a9935a2f937ff520a32397fd07ad (diff) | |
| parent | 341cad14a9ca8c2ed6b8a8b3a7e7183c71e00e70 (diff) | |
| download | ChibiOS-Contrib-1b08012c7567e7ddabd7483d24c7e11919a76f3c.tar.gz ChibiOS-Contrib-1b08012c7567e7ddabd7483d24c7e11919a76f3c.tar.bz2 ChibiOS-Contrib-1b08012c7567e7ddabd7483d24c7e11919a76f3c.zip | |
Merge flabbergast-kinetis
Diffstat (limited to 'os/hal/boards/MCHCK_K20/board.c')
| -rw-r--r-- | os/hal/boards/MCHCK_K20/board.c | 3 |
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();
}
/**
|
