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>
Thu, 16 May 2013 05:11:41 +0000 (22:11 -0700)
commita4e4eec827d61a05fda52ddb68b55f17b6028d5e
treee8d7f145f9bd70ff669f413625cbf9972af2750f
parent461215eea72ff9d64748304e76b08da37ee3dfe9
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