char queue for WiFi communication

Revision:
1:f9e6627f1f59
Parent:
0:043b1271ed1b
Child:
2:8f54ba4d961f
--- a/objectQueue.h	Wed Aug 02 03:21:02 2017 +0000
+++ b/objectQueue.h	Wed Aug 09 01:12:08 2017 +0000
@@ -2,6 +2,7 @@
 #define __STRQUEUE_INCLUDED__
 
 #include "mbed.h"
+#include "commands.h"
 
 class StrQueue {
 public:
@@ -12,7 +13,7 @@
     int get(char* str, int size);
     int getChars(char* chars, int size);
     bool isfull();
-    bool isEmpty();    
+    bool isEmpty();
     
 private:
     Mutex lock;