summaryrefslogtreecommitdiff
path: root/rtcm2_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtcm2_json.c')
-rw-r--r--rtcm2_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtcm2_json.c b/rtcm2_json.c
index c35e0949..4d310d8d 100644
--- a/rtcm2_json.c
+++ b/rtcm2_json.c
@@ -85,7 +85,7 @@ int json_rtcm2_read(const char *buf,
* documented in RTCM 2.1.
*/
const struct json_enum_t system_table[] = {
- {"GPS", 0}, {"GLONASS", 1}, {"GALILEO", 2}, {"UNKNOWN", 2}, {NULL}
+ {"GPS", 0}, {"GLONASS", 1}, {"GALILEO", 2}, {"UNKNOWN", 3}, {NULL}
};
const struct json_attr_t json_rtcm4[] = {
RTCM2_HEADER