diff options
author | Keith Packard <keithp@keithp.com> | 2015-02-06 20:45:28 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-02-06 20:45:28 -0800 |
commit | 449c6731b1977c7623dd006ec2db56f383f8d85a (patch) | |
tree | 94783027d6853273d6789d646926f8860fe9d803 /altoslib/Makefile.am | |
parent | 58f06706383418ebfa56d88ba51411e6185e09df (diff) |
altoslib: Support TeleGPS for Monitor Idle
TeleGPS has ADC and GPS values, so build the necessary ADC parser and
then hook up GPS parsing.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 8aff2767..c640c69c 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -90,6 +90,7 @@ altoslib_JAVA = \ AltosSensorTMini.java \ AltosSensorMega.java \ AltosSensorMetrum.java \ + AltosSensorTGPS.java \ AltosState.java \ AltosStateIterable.java \ AltosStateUpdate.java \ |