altos: gps serial routines are called ao_gps_*, not ao_ublox_*
authorKeith Packard <keithp@keithp.com>
Tue, 14 May 2013 16:25:08 +0000 (09:25 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 14 May 2013 16:25:08 +0000 (09:25 -0700)
commit575ca324ac9654518eb55b85d9662e3a47b02128
tree4b6d2bd2f8444e63ab33f3b46863fcba760fe39e
parent93cad1b6d462648ebfdf494aab94767a896afc7c
altos: gps serial routines are called ao_gps_*, not ao_ublox_*

This caused the u-blox driver to use serial port 1 instead of the
project-specified serial port.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_gps_ublox.c
src/test/ao_gps_test_ublox.c