mbed library sources. Supersedes mbed-src.

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

Revision:
160:d5399cc887bb
Parent:
149:156823d33999
Child:
175:af195413fb11
--- a/platform/mbed_wait_api_no_rtos.c	Tue Feb 28 17:13:35 2017 +0000
+++ b/platform/mbed_wait_api_no_rtos.c	Tue Mar 14 16:40:56 2017 +0000
@@ -18,7 +18,7 @@
 // if the RTOS is not present.
 #ifndef MBED_CONF_RTOS_PRESENT
 
-#include "platform/wait_api.h"
+#include "platform/mbed_wait_api.h"
 #include "hal/us_ticker_api.h"
 
 void wait(float s) {