mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2376 from NXPmicro/HEXIWEAR_Clock_Fix
Fix the clock setup for the K64 HEXIWEAR boardpull/2304/merge
commit
fb92f3fd98
|
|
@ -106,7 +106,7 @@ const clock_config_t g_defaultClockConfigRun = {
|
|||
|
||||
.pll0Config =
|
||||
{
|
||||
.enableMode = 0U, .prdiv = 0x13U, .vdiv = 0x18U,
|
||||
.enableMode = 0U, .prdiv = 0x3U, .vdiv = 0x10U,
|
||||
},
|
||||
},
|
||||
.simConfig =
|
||||
|
|
|
|||
Loading…
Reference in New Issue