We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3340a02 commit 19ad4e2Copy full SHA for 19ad4e2
targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/system_clock.c
@@ -249,12 +249,4 @@ uint8_t SetSysClock_PLL_HSI(void)
249
return 1; // OK
250
}
251
252
-/******************************************************************************/
253
-/* Hard Fault Handler */
254
255
-void HardFault_Handler(void)
256
-{
257
- debug("Hard Fault\n");
258
- NVIC_SystemReset();
259
-}
260
0 commit comments