Browse Source

Fix GNSS type enums

semlanik 10 years ago
parent
commit
e834937cbb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ubxmessage.h

+ 2 - 2
ubxmessage.h

@@ -311,8 +311,8 @@ enum UBXGNSSIds
 {
     UBXGPS,
     UBXSBAS,
-    UBXQZSS,
-    UBXGLONASS
+    UBXQZSS = 5,
+    UBXGLONASS = 6
 };
 enum UBXCFGInfMsgMask
 {