mirror of https://github.com/ARMmbed/mbed-os.git
[M2351] Fix SystemCoreClockUpdate isn't called in non-secure domain
parent
0cb7633356
commit
2aa2b7eb00
|
@ -73,5 +73,7 @@ void mbed_sdk_init(void)
|
||||||
|
|
||||||
/* Lock protected registers */
|
/* Lock protected registers */
|
||||||
SYS_LockReg();
|
SYS_LockReg();
|
||||||
|
#else
|
||||||
|
SystemCoreClockUpdate();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue