Skip to content

Commit 19ad4e2

Browse files
committed
Fix MTB_MTS_XDOT build breakage
1 parent 3340a02 commit 19ad4e2

File tree

1 file changed

+0
-8
lines changed
  • targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device

1 file changed

+0
-8
lines changed

targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/system_clock.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,4 @@ uint8_t SetSysClock_PLL_HSI(void)
249249
return 1; // OK
250250
}
251251

252-
/******************************************************************************/
253-
/* Hard Fault Handler */
254-
/******************************************************************************/
255-
void HardFault_Handler(void)
256-
{
257-
debug("Hard Fault\n");
258-
NVIC_SystemReset();
259-
}
260252

0 commit comments

Comments
 (0)