summaryrefslogtreecommitdiff
path: root/drivers.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 /drivers.c
parentb31ea3f7b9c084f8f15f79214117e62683e360d9 (diff)
downloadgpsd-0c0e13106e6b655498b6351f66799d8101486195.tar.gz
FIXME -> FIX-ME, so I can walk through these without tripping over autotools.
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers.c b/drivers.c
index cf9a6505..94ded5cc 100644
--- a/drivers.c
+++ b/drivers.c
@@ -358,7 +358,7 @@ static void ashtech_event_hook(struct gps_device_t *session, event_t event)
{
if (event == event_wakeup)
(void)nmea_send(session, "$PASHQ,RID");
- /* FIXME: Do we need to do this on reactivate as well? */
+ /* FIX-ME: Do we need to do this on reactivate as well? */
if (event == event_identified) {
/* turn WAAS on. can't hurt... */
(void)nmea_send(session, "$PASHS,WAS,ON");
@@ -992,7 +992,7 @@ static void mtk3301_event_hook(struct gps_device_t *session, event_t event)
"$PMTK314,1,1,1,1,1,5,1,1,0,0,0,0,0,0,0,0,0,1,0"
*/
- /* FIXME: Do we need to resend this on reactivation? */
+ /* FIX-ME: Do we need to resend this on reactivation? */
if (event == event_identified) {
(void)nmea_send(session, "$PMTK320,0"); /* power save off */
(void)nmea_send(session, "$PMTK300,1000,0,0,0.0,0.0"); /* Fix interval */