From 6b8881a7bdb9f89306a700e9a8853b00df29bf5d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 3 Oct 2012 07:50:48 -0700 Subject: [PATCH] altos/megametrum: Commit for boards with MS5611 baro sensor Signed-off-by: Keith Packard --- src/megametrum-v0.1/ao_pins.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2