aconno gnss simple example for U-blox gnss dev board.

Fork of gnss by u-blox

Revision:
6:56eda66d585b
Parent:
5:af4baf3c67f3
--- a/gnss.h	Sun Jun 11 13:45:56 2017 +0000
+++ b/gnss.h	Wed Jun 14 20:44:42 2017 +0100
@@ -33,10 +33,10 @@
 #endif
 
 #ifdef TARGET_UBLOX_C027
-#define GNSSEN   GPSEN
-#define GNSSTXD  GPSTXD
-#define GNSSRXD  GPSRXD
-#define GNSSBAUD GPSBAUD
+# define GNSSEN   GPSEN
+# define GNSSTXD  GPSTXD
+# define GNSSRXD  GPSRXD
+# define GNSSBAUD GPSBAUD
 #endif
 
 /** Basic GNSS parser class.