diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-07 11:44:07 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-07 12:34:14 -0700 |
| commit | d562a5d3a6dfea334a66ee74893b400bdca09315 (patch) | |
| tree | 374d96c0ecd1310217049a7af724b1e000207a77 /src/telegps-v0.3/Makefile | |
| parent | d71e6a5fc68d5b9bc1d12bbfc3fd5a4d86fb12f2 (diff) | |
altos: Switch TeleGPS to GPS logging format
It's customized for TeleGPS uses
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v0.3/Makefile')
| -rw-r--r-- | src/telegps-v0.3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/telegps-v0.3/Makefile b/src/telegps-v0.3/Makefile index 00730b29..9736407c 100644 --- a/src/telegps-v0.3/Makefile +++ b/src/telegps-v0.3/Makefile @@ -46,8 +46,7 @@ ALTOS_SRC = \ ao_storage.c \ ao_m25.c \ ao_log.c \ - ao_log_mega.c \ - ao_gps_report_mega.c \ + ao_log_gps.c \ ao_distance.c \ ao_sqrt.c \ $(SAMPLE_PROFILE) |
