mirror of https://github.com/ARMmbed/mbed-os.git
[NUCLEO_F070RB] Add missing line (same as F072RB)
parent
e0e18f54d6
commit
321f012f06
|
@ -32,4 +32,6 @@ void mbed_sdk_init()
|
||||||
{
|
{
|
||||||
// Update the SystemCoreClock variable.
|
// Update the SystemCoreClock variable.
|
||||||
SystemCoreClockUpdate();
|
SystemCoreClockUpdate();
|
||||||
|
// Need to restart HAL driver after the RAM is initialized
|
||||||
|
HAL_Init();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue