[TARGET_STM32F0] allow DISCO_F051R8 compilation

pull/1432/head
adustm 2015-11-17 16:56:29 +01:00
parent 7d23f0fd1e
commit c15e382be1
1 changed files with 0 additions and 4 deletions

View File

@ -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;
} }
/** /**