mbed library sources. Supersedes mbed-src.

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

Revision:
187:0387e8f68319
Parent:
186:707f6e361f3e
Child:
188:bcfe06ba3d64
--- a/hal/us_ticker_api.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/hal/us_ticker_api.h	Thu Sep 06 13:40:20 2018 +0100
@@ -102,7 +102,7 @@
  * @ingroup hal_lp_ticker
  */
 
- 
+
 typedef void (*ticker_irq_handler_type)(const ticker_data_t *const);
 
 /** Set ticker IRQ handler
@@ -121,7 +121,7 @@
  *
  * @return The microsecond ticker data
  */
-const ticker_data_t* get_us_ticker_data(void);
+const ticker_data_t *get_us_ticker_data(void);
 
 
 /** The wrapper for ticker_irq_handler, to pass us ticker's data
@@ -269,7 +269,7 @@
  * }
  * @endcode
  */
-const ticker_info_t* us_ticker_get_info(void);
+const ticker_info_t *us_ticker_get_info(void);
 
 /**@}*/