diff options
author | Keith Packard <keithp@keithp.com> | 2012-10-03 07:50:48 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-10-03 07:50:48 -0700 |
commit | 6b8881a7bdb9f89306a700e9a8853b00df29bf5d (patch) | |
tree | a0070531c1df6ad38e0e20999f425806bc60e325 | |
parent | fdd08cc093134c5f87dab9533b99a042a699381b (diff) |
altos/megametrum: Commit for boards with MS5611 baro sensor
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/megametrum-v0.1/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h index af8eebae..f6b49dd0 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -18,6 +18,8 @@ #ifndef _AO_PINS_H_ #define _AO_PINS_H_ +#define HAS_MS5611 1 + /* 8MHz High speed external crystal */ #define AO_HSE 8000000 |