mbed library sources. Supersedes mbed-src.

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

Revision:
187:0387e8f68319
Parent:
184:08ed48f1de7f
Child:
189:f392fc9709a3
--- a/drivers/Timeout.cpp	Fri Jun 22 16:45:37 2018 +0100
+++ b/drivers/Timeout.cpp	Thu Sep 06 13:40:20 2018 +0100
@@ -17,7 +17,8 @@
 
 namespace mbed {
 
-void Timeout::handler() {
+void Timeout::handler()
+{
     Callback<void()> local = _function;
     detach();
     local.call();