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/ao_pins.h | |
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/ao_pins.h')
-rw-r--r-- | src/telegps-v1.0/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telegps-v1.0/ao_pins.h b/src/telegps-v1.0/ao_pins.h index 1ec53fb2..5c58b34d 100644 --- a/src/telegps-v1.0/ao_pins.h +++ b/src/telegps-v1.0/ao_pins.h @@ -119,7 +119,7 @@ * ADC */ -#define HAS_ADC 0 +#define HAS_ADC 1 #define LOG_ADC 0 #define AO_DATA_RING 4 |