mirror of https://github.com/ARMmbed/mbed-os.git
[TARGET_STM32F0] allow DISCO_F051R8 compilation
parent
7d23f0fd1e
commit
c15e382be1
|
@ -82,7 +82,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "stm32f0xx.h"
|
#include "stm32f0xx.h"
|
||||||
#include "hal_tick.h"
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
@ -237,9 +236,6 @@ void SystemInit(void)
|
||||||
AHB/APBx prescalers and Flash settings */
|
AHB/APBx prescalers and Flash settings */
|
||||||
SetSysClock();
|
SetSysClock();
|
||||||
|
|
||||||
/* Reset the timer to avoid issues after the RAM initialization */
|
|
||||||
TIM_MST_RESET_ON;
|
|
||||||
TIM_MST_RESET_OFF;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue