summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
commit0c0e13106e6b655498b6351f66799d8101486195 (patch)
tree9e86297f541a39a0b9d4df33f750ee498e17eac7 /driver_tsip.c
parentb31ea3f7b9c084f8f15f79214117e62683e360d9 (diff)
downloadgpsd-0c0e13106e6b655498b6351f66799d8101486195.tar.gz
FIXME -> FIX-ME, so I can walk through these without tripping over autotools.
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 97342884..15a10132 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -957,7 +957,7 @@ static ssize_t tsip_control_send(struct gps_device_t *session,
static void tsip_event_hook(struct gps_device_t *session, event_t event)
{
- /* FIXME: Resending this might not be needed on reactivation */
+ /* FIX-ME: Resending this might not be needed on reactivation */
if (event == event_identified && event == event_reactivate) {
unsigned char buf[100];
@@ -1108,7 +1108,7 @@ static void tsip_mode(struct gps_device_t *session, int mode)
} else if (mode == MODE_BINARY) {
/* The speed switcher also puts us back in TSIP, so call it */
/* with the default 9600 8O1. */
- // FIXME: Should preserve the current speed.
+ // FIX-ME: Should preserve the current speed.
// (void)tsip_speed_switch(session, 9600, 'O', 1);
;
@@ -1121,7 +1121,7 @@ static void tsip_mode(struct gps_device_t *session, int mode)
#ifdef NTPSHM_ENABLE
static double tsip_ntp_offset(struct gps_device_t *session)
{
- /* FIXME: is a constant offset right here? */
+ /* FIX-ME: is a constant offset right here? */
return 0.075;
}
#endif /* NTPSHM_ENABLE */