From a10aa835a06b71e2cefeb6b10daaf8cc394603b6 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 15 Oct 2011 22:54:40 -0700 Subject: [PATCH] altos: Add LEGACY_MONITOR defines to more programs Make all monitoring programs define whether they want all of the old telemetry formats too. Signed-off-by: Keith Packard --- src/cc1111/ao_pins.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index d2fbb209..7c5b4574 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -112,6 +112,7 @@ #define SPI_CS_ON_P0 0 #define HAS_IGNITE 0 #define HAS_MONITOR 1 + #define LEGACY_MONITOR 1 #define HAS_RSSI 1 #define HAS_AES 1 #endif @@ -222,6 +223,7 @@ #define SPI_CS_ON_P0 1 #define HAS_IGNITE 0 #define HAS_MONITOR 1 + #define LEGACY_MONITOR 1 #define HAS_RSSI 1 #define HAS_AES 1 #endif @@ -248,6 +250,7 @@ #define SPI_CS_ON_P0 1 #define HAS_IGNITE 0 #define HAS_MONITOR 1 + #define LEGACY_MONITOR 1 #define HAS_RSSI 1 #define HAS_AES 1 #endif @@ -281,6 +284,7 @@ #define BT_LINK_PIN_INDEX 7 #define BT_LINK_PIN P2_1 #define HAS_MONITOR 1 + #define LEGACY_MONITOR 1 #define HAS_RSSI 0 #define HAS_AES 1 #endif @@ -321,6 +325,7 @@ #define BT_LINK_PIN_INDEX 7 #define BT_LINK_PIN P1_7 #define HAS_MONITOR 1 + #define LEGACY_MONITOR 1 #define HAS_RSSI 0 #define HAS_AES 1 #endif -- 2.30.2