Hiroh Satoh / keyboard Featured

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
44:916b70fd1c40
Parent:
40:364deaa190fe
Child:
48:d6938de02f62
diff -r 4de3870b39cb -r 916b70fd1c40 HIDController_BLE.h
--- a/HIDController_BLE.h	Sat Aug 27 17:52:28 2016 +0900
+++ b/HIDController_BLE.h	Sat Aug 27 17:58:45 2016 +0900
@@ -17,7 +17,7 @@
 	static bool connected();
 	static Status_t status();
 	static const char* statusString();
-	
+
 	static void appendReportData(uint8_t key);
 	static void deleteReportData(uint8_t key);
 	static void queueCurrentReportData();
@@ -25,4 +25,4 @@
 	static void initializeConnection(bool ignoreWhiteList);
 };
 
-#endif
\ No newline at end of file
+#endif