mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
184:08ed48f1de7f
Parent:
167:e84263d55307
Child:
186:707f6e361f3e
--- a/targets/TARGET_ONSEMI/TARGET_NCS36510/exceptions.c	Tue Mar 20 17:01:51 2018 +0000
+++ b/targets/TARGET_ONSEMI/TARGET_NCS36510/exceptions.c	Thu Apr 19 17:12:19 2018 +0100
@@ -68,12 +68,6 @@
     while (1) {};
 }
 
-/** Hardware fault interrupt handler */
-void HardFault_Handler(void)
-{
-    while (1) {};
-}
-
 /*************************************************************************************************
 *                                                                                                *
 *  Functions                                                                                     *