diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-13 22:33:12 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-13 22:33:28 -0700 |
commit | 5a730dd7a78b5ae428bcfe809257dabedc4338f5 (patch) | |
tree | 948d18bcffd7ef51926880034415aacdc62aaebe /src | |
parent | d2f0dcc73df612d10ed12d364fe661ccd831f037 (diff) |
altos: Switch TeleMega v0.3 to u-blox
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/telemega-v0.3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telemega-v0.3/Makefile b/src/telemega-v0.3/Makefile index a5fdd86b..398c7dab 100644 --- a/src/telemega-v0.3/Makefile +++ b/src/telemega-v0.3/Makefile @@ -58,7 +58,7 @@ ALTOS_SRC = \ ao_timer.c \ ao_mutex.c \ ao_serial_stm.c \ - ao_gps_skytraq.c \ + ao_gps_ublox.c \ ao_gps_report_mega.c \ ao_ignite.c \ ao_freq.c \ |