From c15e382be11db38317dd0fe16127e612fdf14bec Mon Sep 17 00:00:00 2001 From: adustm Date: Tue, 17 Nov 2015 16:56:29 +0100 Subject: [PATCH] [TARGET_STM32F0] allow DISCO_F051R8 compilation --- .../TARGET_STM32F0/TARGET_DISCO_F051R8/system_stm32f0xx.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/system_stm32f0xx.c b/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/system_stm32f0xx.c index 5089a72434..156dd002cf 100644 --- a/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/system_stm32f0xx.c +++ b/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/system_stm32f0xx.c @@ -82,7 +82,6 @@ */ #include "stm32f0xx.h" -#include "hal_tick.h" /** * @} */ @@ -237,9 +236,6 @@ void SystemInit(void) AHB/APBx prescalers and Flash settings */ SetSysClock(); - /* Reset the timer to avoid issues after the RAM initialization */ - TIM_MST_RESET_ON; - TIM_MST_RESET_OFF; } /**