altos: Add LEGACY_MONITOR defines to more programs
authorKeith Packard <keithp@keithp.com>
Sun, 16 Oct 2011 05:54:40 +0000 (22:54 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 16 Oct 2011 05:54:40 +0000 (22:54 -0700)
Make all monitoring programs define whether they want all of the old
telemetry formats too.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/cc1111/ao_pins.h

index d2fbb20932969ebe1387ed1f96a9da8d15bcb87b..7c5b45743c50b4ef0e65e25539345ad04736ce15 100644 (file)
        #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
        #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
        #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
        #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
        #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