summaryrefslogtreecommitdiff
path: root/src/ao_gps_test.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-10-09 22:02:40 -0700
committerKeith Packard <keithp@keithp.com>2009-10-09 22:02:40 -0700
commit33b0b6f2f2e07de105619a7b463226d2813152ab (patch)
treee935b20518feb13f35fef619d732ced5f1185395 /src/ao_gps_test.c
parenta3771bfc5ce740f9d89193e9f8b1d7987aa57264 (diff)
Add support for the SkyTraq GPS unit
This is a build-time option selected by hacking the Makefile at present. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_gps_test.c')
-rw-r--r--src/ao_gps_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_gps_test.c b/src/ao_gps_test.c
index c94128d9..366bca71 100644
--- a/src/ao_gps_test.c
+++ b/src/ao_gps_test.c
@@ -398,7 +398,7 @@ ao_serial_set_speed(uint8_t speed)
}
#include "ao_gps_print.c"
-#include "ao_gps.c"
+#include "ao_gps_sirf.c"
void
ao_dump_state(void *wchan)