summaryrefslogtreecommitdiff
path: root/jsongen.py.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-06-22 11:15:05 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-06-22 11:56:53 -0400
commit964f73e5875f8c7ad28ebd32a7326fab4f7e6977 (patch)
tree113c77c55fd69753972717f4b19fe14e5cd6e7d0 /jsongen.py.in
parent53904e21adc18214b426c33673190b7ef4ed340a (diff)
downloadgpsd-964f73e5875f8c7ad28ebd32a7326fab4f7e6977.tar.gz
Another correction of waterlevel signedness. All regression tests pass.
Diffstat (limited to 'jsongen.py.in')
-rw-r--r--jsongen.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsongen.py.in b/jsongen.py.in
index dd5ec473..82d165d3 100644
--- a/jsongen.py.in
+++ b/jsongen.py.in
@@ -454,7 +454,7 @@ ais_specs = (
('pressuretend', 'uinteger', 'DAC1FID31_PRESSURETEND_NOT_AVAILABLE'),
('visgreater', 'boolean', 'false'),
('visibility', 'uinteger', 'DAC1FID31_VISIBILITY_NOT_AVAILABLE'),
- ('waterlevel', 'uinteger', 'DAC1FID31_WATERLEVEL_NOT_AVAILABLE'),
+ ('waterlevel', 'integer', 'DAC1FID31_WATERLEVEL_NOT_AVAILABLE'),
('leveltrend', 'uinteger', 'DAC1FID31_WATERLEVELTREND_NOT_AVAILABLE'),
('cspeed', 'uinteger', 'DAC1FID31_CSPEED_NOT_AVAILABLE'),
('cdir', 'uinteger', 'DAC1FID31_DIR_NOT_AVAILABLE'),