summaryrefslogtreecommitdiff
path: root/src/telemega-v0.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-01-14 23:21:40 -0800
committerKeith Packard <keithp@keithp.com>2014-01-14 23:21:40 -0800
commit9d812b3db418fd9816731b761a0853eb38f5a265 (patch)
tree247c5656e79cb292e9b0a8f0e472affc85c0f531 /src/telemega-v0.1
parentf560d5063b1339dbfb3e6723cfadb7b4c5eace25 (diff)
altos: Switch APRS to compressed position format
This provides lat/lon/alt in fewer bytes while improving precision. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemega-v0.1')
-rw-r--r--src/telemega-v0.1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/telemega-v0.1/Makefile b/src/telemega-v0.1/Makefile
index 0145f49c..35f28b30 100644
--- a/src/telemega-v0.1/Makefile
+++ b/src/telemega-v0.1/Makefile
@@ -58,7 +58,8 @@ MATH_SRC=\
sf_sin.c \
sf_fabs.c \
sf_floor.c \
- sf_scalbn.c
+ sf_scalbn.c \
+ ef_log.c
ALTOS_SRC = \
ao_boot_chain.c \