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:
171:3a7713b1edbc
--- a/hal/us_ticker_api.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/hal/us_ticker_api.h	Thu Sep 06 13:39:34 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);
 
 /**@}*/