summaryrefslogtreecommitdiff
path: root/src/teleterra-v0.2
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-05-14 09:12:29 -0700
committerKeith Packard <keithp@keithp.com>2013-05-15 22:11:21 -0700
commit5e9193f6375be27e5f7a0321fd34b6acfe81247f (patch)
treea7222f619868ec65d99bfd1046bb07b368849e37 /src/teleterra-v0.2
parentcdad289a0803babecd30cbc0a95be99c5caadeb5 (diff)
altos: Add 'g' command to ublox GPS code.
Take the gps_dump function from ao_gps_skytraq.c and move it to a new file so it can be shared with the u-blox driver. That affects every skytraq and u-blox user as they need to include the new file. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/teleterra-v0.2')
-rw-r--r--src/teleterra-v0.2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/teleterra-v0.2/Makefile b/src/teleterra-v0.2/Makefile
index 65db57ce..68a8d1b6 100644
--- a/src/teleterra-v0.2/Makefile
+++ b/src/teleterra-v0.2/Makefile
@@ -52,7 +52,8 @@ CC1111_SRC = \
DRIVER_SRC = \
ao_m25.c \
ao_lcd.c \
- ao_gps_skytraq.c
+ ao_gps_skytraq.c \
+ ao_gps_show.c
PRODUCT_SRC = \
ao_teleterra_0_2.c \