diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-07 22:23:19 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-07 22:30:26 -0700 |
| commit | ee2216af17f23781ea912caba29fbd7e4d9ff480 (patch) | |
| tree | b7d3541ab5ee6a29d578f571559661371af83bce /src/telegps-v1.0/Makefile | |
| parent | ef85b3bc5300904ebfb878b1c7313a82b5b7aebf (diff) | |
altos: Enable ADC for TeleGPS v1.0 battery voltage measuring
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v1.0/Makefile')
| -rw-r--r-- | src/telegps-v1.0/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/telegps-v1.0/Makefile b/src/telegps-v1.0/Makefile index b5c3dfa3..7513aad9 100644 --- a/src/telegps-v1.0/Makefile +++ b/src/telegps-v1.0/Makefile @@ -20,10 +20,6 @@ INC = \ Makefile -# ao_data.c \ -# ao_adc_lpc.c \ -# ao_convert_volt.c \ - ALTOS_SRC = \ ao_interrupt.c \ ao_boot_chain.c \ @@ -54,6 +50,9 @@ ALTOS_SRC = \ ao_log_gps.c \ ao_distance.c \ ao_sqrt.c \ + ao_data.c \ + ao_adc_lpc.c \ + ao_convert_volt.c \ $(SAMPLE_PROFILE) PRODUCT=TeleGPS-v1.0 |
