GPS GMS-6 Module

Dependents:   RwSDCard_Xml_GPS

Revision:
8:d18d194992a9
Parent:
7:333d46845050
--- a/GPSGms6.h	Thu May 19 10:44:48 2016 +0000
+++ b/GPSGms6.h	Mon May 23 11:19:31 2016 +0000
@@ -8,6 +8,8 @@
   ******************************************************************************/
 
 /* ###############  Constant Defination  ################## */
+#ifndef GPSGMS6_H
+#define GPSGMS6_H
 
 #define HEADER_SIZE                 5           /** Header Size*/
 #define GPRMC_TIME_SIZE             10          /** GPRMC Time Size */
@@ -164,4 +166,6 @@
 
 private:
 
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file