summaryrefslogtreecommitdiff
path: root/driver_proto.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-07 16:11:17 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-07 16:11:17 +0000
commit430d41a7361ab384fcee0665c65279d039c9a2d6 (patch)
tree7b3e3cc2e9b59613d5a0f9b8ca74c980843880e9 /driver_proto.c
parentc3069417578c8b6dfc8c7ed7d2e5d0421b56fc97 (diff)
downloadgpsd-430d41a7361ab384fcee0665c65279d039c9a2d6.tar.gz
Documentation comment tweak.
Diffstat (limited to 'driver_proto.c')
-rw-r--r--driver_proto.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/driver_proto.c b/driver_proto.c
index 6211d198..7254f20a 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -300,7 +300,11 @@ static ssize_t _proto__control_send(struct gps_device_t *session,
#ifdef ALLOW_CONFIGURE
static void _proto__configurator(struct gps_device_t *session, unsigned int seq)
{
- /* Change sentence mix and set reporting modes as needed */
+ /*
+ * Change sentence mix and set reporting modes as needed.
+ * If your device has a default cycle time other than 1 second,
+ * set session->device->gpsdata.cycle here.
+ */
}
/*