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_cpu.h	Tue Jun 26 14:27:45 2012 +0000
+++ b/BTstack/btstack/hal_cpu.h	Thu Mar 21 13:53:05 2013 +0000
@@ -35,9 +35,15 @@
  *  Low power mode for MCU requires that IRQs can be first blocked 
  *  and then unblocked while entering low power mode atomically
  */
+#if defined __cplusplus
+extern "C" {
+#endif
  
 void hal_cpu_disable_irqs(void);
 void hal_cpu_enable_irqs(void);
 void hal_cpu_enable_irqs_and_sleep(void);
 
+#if defined __cplusplus
+}
+#endif
  
\ No newline at end of file