diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-28 16:55:55 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-28 16:55:55 -0700 |
commit | 122c4101164d598e655fa9ad8473053d30ff4212 (patch) | |
tree | 415e43335b0a1ce1963a5b8029bf4312d6b1b7b6 /src/cc1111/ao_pins.h | |
parent | 9b9568a637ffdbc67225271005f2b996ee08a0df (diff) |
altos: Report continuity in telebt
Report continuity values from remote altimeter
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111/ao_pins.h')
-rw-r--r-- | src/cc1111/ao_pins.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index 57de67b2..723f1500 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -274,6 +274,7 @@ #define SPI_CS_ON_P1 1 #define SPI_CS_ON_P0 0 #define HAS_IGNITE 0 + #define HAS_IGNITE_REPORT 1 #define BT_LINK_ON_P2 1 #define BT_LINK_ON_P1 0 #define BT_LINK_PIN_INDEX 7 @@ -313,6 +314,7 @@ #define M25_MAX_CHIPS 1 #define HAS_ACCEL 0 #define HAS_IGNITE 0 + #define HAS_IGNITE_REPORT 1 #define BT_LINK_ON_P2 0 #define BT_LINK_ON_P1 1 #define BT_LINK_PIN_INDEX 7 @@ -449,6 +451,10 @@ #error Please define HAS_IGNITE #endif +#if HAS_IGNITE +#define HAS_IGNITE_REPORT 1 +#endif + #ifndef PACKET_HAS_MASTER #error Please define PACKET_HAS_MASTER #endif |