Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
17:7268f365676b
Parent:
16:7f1d6d359787
Child:
24:e27e23297f02
--- a/internal/wiconnect/CommandCommon.h	Wed Aug 13 04:41:04 2014 -0700
+++ b/internal/wiconnect/CommandCommon.h	Sat Aug 23 05:39:17 2014 -0700
@@ -32,9 +32,8 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include "Wiconnect.h"
+#include "StringUtil.h"
 #include "internal/common.h"
-#include "StringUtil.h"
-
 
 
 #define CHECK_NULL_BUFFER(buf) if(buf == NULL) return WICONNECT_NULL_BUFFER