diff options
| author | Keith Packard <keithp@keithp.com> | 2012-10-29 11:47:17 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-10-29 11:47:17 -0700 | 
| commit | e9ea0ad4024532fd6f87bb6708bf76b0c7aa1c5b (patch) | |
| tree | 2d5abfae63268cd36055f996f2164c5209657b2d /src/micropeak/ao_pins.h | |
| parent | 0623bc06a77536b903da09acbd12999d0ed05360 (diff) | |
altos/micropeak: Switch to MS5607 sensor. Require 4m for boost. Elide dead code
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/micropeak/ao_pins.h')
| -rw-r--r-- | src/micropeak/ao_pins.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/micropeak/ao_pins.h b/src/micropeak/ao_pins.h index de9fc7f2..67de1a8e 100644 --- a/src/micropeak/ao_pins.h +++ b/src/micropeak/ao_pins.h @@ -29,7 +29,7 @@  #define HAS_SERIAL_1		0  #define HAS_TASK		0  #define HAS_MS5607		1 -#define HAS_MS5611		1 +#define HAS_MS5611		0  #define HAS_EEPROM		0  #define HAS_BEEP		0  #define AVR_CLOCK		8000000UL  | 
