aboutsummaryrefslogtreecommitdiff
path: root/include/mbg_gps166.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbg_gps166.h')
-rw-r--r--include/mbg_gps166.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbg_gps166.h b/include/mbg_gps166.h
index f4b82381087e..974debafae28 100644
--- a/include/mbg_gps166.h
+++ b/include/mbg_gps166.h
@@ -197,7 +197,7 @@ typedef struct {
/* by the user. The status field can be checked to see which corrections */
/* have been applied. */
-#ifndef _TM_DEFINED
+#ifndef GPS166_TM_DEFINED
typedef struct {
short year; /* 0..9999 */
char month; /* 1..12 */
@@ -221,7 +221,7 @@ typedef struct {
# define TM_LS_ANN 0x10 /* leap second will be inserted */
# define TM_LS_ENB 0x20 /* current second is leap second */
-# define _TM_DEFINED
+# define GPS166_TM_DEFINED
#endif