From 0b35447d05a0c7eaf4fefcbcf0065fe3320bba82 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 17 Jul 2009 13:58:14 -0700 Subject: Add host-side gps protocol testing program --- src/ao_gps_print.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ao_gps_print.c') diff --git a/src/ao_gps_print.c b/src/ao_gps_print.c index 46521b10..5ad8d022 100644 --- a/src/ao_gps_print.c +++ b/src/ao_gps_print.c @@ -15,7 +15,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#ifndef AO_GPS_TEST #include "ao.h" +#endif struct ao_gps_split { uint8_t positive; -- cgit v1.2.3