Skip to content

Commit c15e382

Browse files
committed
[TARGET_STM32F0] allow DISCO_F051R8 compilation
1 parent 7d23f0f commit c15e382

File tree

1 file changed

+0
-4
lines changed
  • libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8

1 file changed

+0
-4
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/system_stm32f0xx.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
*/
8383

8484
#include "stm32f0xx.h"
85-
#include "hal_tick.h"
8685
/**
8786
* @}
8887
*/
@@ -237,9 +236,6 @@ void SystemInit(void)
237236
AHB/APBx prescalers and Flash settings */
238237
SetSysClock();
239238

240-
/* Reset the timer to avoid issues after the RAM initialization */
241-
TIM_MST_RESET_ON;
242-
TIM_MST_RESET_OFF;
243239
}
244240

245241
/**

0 commit comments

Comments
 (0)