Fix MTB_MTS_XDOT build breakage

pull/5847/head
Senthil Ramakrishnan 2018-02-12 12:02:21 -06:00
parent 3340a020ed
commit 19ad4e2cb9
1 changed files with 0 additions and 8 deletions

View File

@ -249,12 +249,4 @@ uint8_t SetSysClock_PLL_HSI(void)
return 1; // OK
}
/******************************************************************************/
/* Hard Fault Handler */
/******************************************************************************/
void HardFault_Handler(void)
{
debug("Hard Fault\n");
NVIC_SystemReset();
}