for TwitterMbed

Fork of GSwifi_old by gs fan

Revision:
7:b75b7fc144ff
Parent:
6:a423f0d197de
Child:
10:698c5e96b5b1
--- a/GSwifi.h	Thu Aug 16 05:01:19 2012 +0000
+++ b/GSwifi.h	Tue Aug 21 07:38:34 2012 +0000
@@ -10,6 +10,9 @@
  * module configuration: ATB=115200
  */
 
+#ifndef _GSWIFI_H_
+#define _GSWIFI_H_
+
 #include "mbed.h"
 #include "RingBuffer.h"
 #include "host.h"
@@ -332,3 +335,5 @@
     struct GS_Socket _gs_sock[16];
     time_t _time;
 };
+
+#endif