summaryrefslogtreecommitdiff
path: root/garmin.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-12-17 15:21:06 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-12-17 15:21:06 +0000
commitd2626f36d6e5fccae867ba0b7e5e03c0f68a8c40 (patch)
tree5fcd78eb44e7088e4706d0b69dabbcfb3df83291 /garmin.c
parentadd1b40e5edfdb08f53cb3995dfd76e91308fc5b (diff)
downloadgpsd-d2626f36d6e5fccae867ba0b7e5e03c0f68a8c40.tar.gz
Trivial splint cleanup for the Garmin driver.
Diffstat (limited to 'garmin.c')
-rw-r--r--garmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/garmin.c b/garmin.c
index b995439c..ee8d525f 100644
--- a/garmin.c
+++ b/garmin.c
@@ -953,7 +953,7 @@ gps_mask_t garmin_ser_parse(struct gps_device_t *session)
// sending ACK too soon might hang the session
// so send ACK last, after a pause
- usleep(300);
+ (void)usleep(300);
Send_ACK();
/*@ +usedef +compdef @*/
return mask;