summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorRobert Norris <rw_norris@hotmail.com>2017-03-04 18:59:27 +0000
committerFred Wright <fw@fwright.net>2017-03-04 14:20:59 -0800
commitfacde921457877842d71139f3dd8952989874864 (patch)
treeb368054aef5b5cb67c71bb62665171fe5c06554f /driver_ubx.c
parentdcb8bb0483f9224fa211ca2617579ddd082c9a0f (diff)
downloadgpsd-facde921457877842d71139f3dd8952989874864.tar.gz
dbus timeout parameter is in milliseconds.
The value passed into gps_mainloop() and thuis gps_dbus_mainloop() is in microseconds. Thus to convert from microseconds to milliseconds, one needs to divide by 1000 (not multiply!). This also prevents the timeout value overflowing, when a large value timeout is passed in. NB This timeout value appears not to be actually used by current versions of dbus, see this bug: https://bugs.freedesktop.org/show_bug.cgi?id=100062 Signed-off-by: Fred Wright <fw@fwright.net>
Diffstat (limited to 'driver_ubx.c')
0 files changed, 0 insertions, 0 deletions