mbed library sources. Supersedes mbed-src.

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

Revision:
167:e84263d55307
Parent:
149:156823d33999
Child:
174:b96e65c34a4d
--- a/hal/mbed_lp_ticker_api.c	Thu Jun 08 15:02:37 2017 +0100
+++ b/hal/mbed_lp_ticker_api.c	Wed Jun 21 17:46:44 2017 +0100
@@ -17,7 +17,7 @@
 
 #if DEVICE_LOWPOWERTIMER
 
-static ticker_event_queue_t events;
+static ticker_event_queue_t events = { 0 };
 
 static const ticker_interface_t lp_interface = {
     .init = lp_ticker_init,