mbed library sources. Supersedes mbed-src.

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

Revision:
184:08ed48f1de7f
Parent:
160:d5399cc887bb
Child:
187:0387e8f68319
--- a/platform/mbed_interface.c	Tue Mar 20 17:01:51 2018 +0000
+++ b/platform/mbed_interface.c	Thu Apr 19 17:12:19 2018 +0100
@@ -71,7 +71,8 @@
     }
 }
 
-// for backward compatibility
+MBED_DEPRECATED_SINCE("mbed-os-5.9", "This function shouldn't be used in new code."
+    "For system reset funcionality use system_reset()")
 void mbed_reset(void) {
     mbed_interface_reset();
 }