[NUCLEO_F070RB] Add missing line (same as F072RB)

pull/837/head
bcostm 2015-01-09 11:32:49 +01:00
parent e0e18f54d6
commit 321f012f06
1 changed files with 2 additions and 0 deletions

View File

@ -32,4 +32,6 @@ void mbed_sdk_init()
{
// Update the SystemCoreClock variable.
SystemCoreClockUpdate();
// Need to restart HAL driver after the RAM is initialized
HAL_Init();
}