BTstack for EA LPC4088 QSB example program

Dependencies:   LPC4088-USBHost mbed

Fork of KL46Z-BTstack_example by Norimasa Okamoto

The usage is the same as KL46Z-BTstack_example.
使い方はKL46Z-BTstack_exampleと同じです。
/media/uploads/va009039/lpc4088-btstack-480x360.jpg

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