altos: Split out gps display function to separate file
authorKeith Packard <keithp@keithp.com>
Tue, 14 May 2013 23:43:57 +0000 (16:43 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 14 May 2013 23:43:57 +0000 (16:43 -0700)
commit642b7c50f568c5f4499f51a61d203c9471787b6b
treee37f16d72fe143c6146d6a5051683ff9642917c9
parente1c3fc8d2a1504b9801a710cbf79cfeb7daf4b66
altos: Split out gps display function to separate file

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>
14 files changed:
src/core/ao.h
src/drivers/ao_gps_skytraq.c
src/drivers/ao_gps_ublox.c
src/telegps-v0.1/Makefile
src/telemega-v0.1/Makefile
src/telemega-v0.3/Makefile
src/telemetrum-v0.1-sky/Makefile
src/telemetrum-v1.0/Makefile
src/telemetrum-v1.1/Makefile
src/telemetrum-v1.2/Makefile
src/teleterra-v0.2/Makefile
src/test/Makefile
src/test/ao_gps_test_skytraq.c
src/test/ao_gps_test_ublox.c