The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
170:e95d10626187
Parent:
169:a7c7b631e539
Child:
172:65be27845400
--- a/hal/lp_ticker_api.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/hal/lp_ticker_api.h	Thu Sep 06 13:39:34 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);
 
 /**@}*/