Hiroh Satoh / keyboard Featured

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
29:ec548c473d50
Parent:
28:1f843a3daab0
Child:
32:6c0f43fda460
diff -r 1f843a3daab0 -r ec548c473d50 HIDController_BLE.h
--- a/HIDController_BLE.h	Tue Aug 23 15:25:30 2016 +0000
+++ b/HIDController_BLE.h	Wed Aug 24 01:27:46 2016 +0000
@@ -1,3 +1,6 @@
+
+#ifndef __HIDController_H__
+#define __HIDController_H__
 
 enum Status_t {
 	DISCONNECTED,
@@ -17,3 +20,4 @@
 	static void queueCurrentReportData();
 };
 
+#endif
\ No newline at end of file