Merge pull request #2376 from NXPmicro/HEXIWEAR_Clock_Fix

Fix the clock setup for the K64 HEXIWEAR board
pull/2304/merge
Sam Grove 2016-08-04 17:02:20 -05:00 committed by GitHub
commit fb92f3fd98
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const clock_config_t g_defaultClockConfigRun = {
.pll0Config =
{
.enableMode = 0U, .prdiv = 0x13U, .vdiv = 0x18U,
.enableMode = 0U, .prdiv = 0x3U, .vdiv = 0x10U,
},
},
.simConfig =