mbed library sources. Supersedes mbed-src.

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

Revision:
176:447f873cad2f
Parent:
167:e84263d55307
Child:
186:707f6e361f3e
--- a/platform/mbed_poll.cpp	Wed Oct 11 12:45:49 2017 +0100
+++ b/platform/mbed_poll.cpp	Wed Oct 25 14:53:38 2017 +0100
@@ -66,7 +66,7 @@
 #ifdef MBED_CONF_RTOS_PRESENT
         // TODO - proper blocking
         // wait for condition variable, wait queue whatever here
-        rtos::Thread::yield();
+        rtos::Thread::wait(1);
 #endif
     }
     return count;