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:
189:f392fc9709a3
--- a/hal/lp_ticker_api.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/hal/lp_ticker_api.h	Thu Sep 06 13:40:20 2018 +0100
@@ -79,7 +79,7 @@
  *
  * @return The low power ticker data
  */
-const ticker_data_t* get_lp_ticker_data(void);
+const ticker_data_t *get_lp_ticker_data(void);
 
 /** The wrapper for ticker_irq_handler, to pass lp ticker's data
  *
@@ -207,7 +207,7 @@
 void lp_ticker_clear_interrupt(void);
 
 /** Set pending interrupt that should be fired right away.
- * 
+ *
  * Pseudo Code:
  * @code
  * void lp_ticker_fire_interrupt(void)
@@ -232,7 +232,7 @@
  * }
  * @endcode
  */
-const ticker_info_t* lp_ticker_get_info(void);
+const ticker_info_t *lp_ticker_get_info(void);
 
 /**@}*/