summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-12-28 03:58:47 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-12-28 03:58:47 +0000
commit6865d112c3865cf3456a75411aad7dc09627c197 (patch)
tree89228ee8a753aac499b11dda1f1c5c076e667c9a /libgpsd_core.c
parent546a4d9fe6a6db19618f81933609d3e32ffeac7a (diff)
downloadgpsd-6865d112c3865cf3456a75411aad7dc09627c197.tar.gz
having both enable-italk and enable-itrax is dumb.
now, all itrax features (including italk and $PFST) shall be controlled with enable-itrax. obviously i'm hacking on italk again, so make the italk driver compile again.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 0e8b15d1..16bb7d9e 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -673,11 +673,11 @@ gps_mask_t gpsd_poll(struct gps_device_t *session)
(void)gpsd_switch_driver(session, "EverMore binary");
break;
#endif /* EVERMORE_ENABLE */
-#ifdef ITALK_ENABLE
+#ifdef ITRAX_ENABLE
case ITALK_PACKET:
(void)gpsd_switch_driver(session, "iTalk binary");
break;
-#endif /* ITALK_ENABLE */
+#endif /* ITRAX_ENABLE */
#ifdef RTCM104_ENABLE
case RTCM_PACKET:
(void)gpsd_switch_driver(session, "RTCM104");