![](/media/cache/profiles/266dc8d468ccd5a7def18714b2647e92.jpg.50x50_q85.jpg)
https://mbed.org/forum/ja/topic/4890/
Fork of BTstack by
Diff: BTstack/btstack/hal_tick.h
- Revision:
- 1:b657594559be
- Parent:
- 0:1ed23ab1345f
--- a/BTstack/btstack/hal_tick.h Tue Jun 26 14:27:45 2012 +0000 +++ b/BTstack/btstack/hal_tick.h Thu Mar 21 13:53:05 2013 +0000 @@ -40,6 +40,14 @@ #include <stdint.h> +#if defined __cplusplus +extern "C" { +#endif + void hal_tick_init(void); void hal_tick_set_handler(void (*tick_handler)(void)); int hal_tick_get_tick_period_in_ms(void); + +#if defined __cplusplus +} +#endif