altos: Stop using telelco v0.2 top LEDS for radio TX/RX
authorKeith Packard <keithp@keithp.com>
Tue, 30 Apr 2013 07:06:08 +0000 (00:06 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 8 May 2013 03:08:00 +0000 (20:08 -0700)
The top LEDs are now used for signal strength; a red LED indicates
failed communcations, so we don't need to blink stuff and annoy the user.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telelco-v0.2/Makefile
src/telelco-v0.2/ao_pins.h

index 582dbd06f1ada2d6706c7a13bf00384b3b3ff19c..cc6e62c4a2502480e1be827ba645d697515104eb 100644 (file)
@@ -20,6 +20,7 @@ INC = \
        ao_lco_func.h \
        ao_radio_spi.h \
        ao_radio_cmac.h \
+       ao_cc1120_CC1120.h \
        stm32l.h
 
 #
index 0a09cf787fcc44b65b304393502212e5203fb96d..07ea1b4594f893ff7620f655f629eb100d4f4267 100644 (file)
 #define AO_LED_CONTINUITY_2    (1 << LED_PIN_CONTINUITY_2)
 #define AO_LED_CONTINUITY_1    (1 << LED_PIN_CONTINUITY_1)
 #define AO_LED_CONTINUITY_0    (1 << LED_PIN_CONTINUITY_0)
-#define AO_LED_RX              AO_LED_RED
-#define AO_LED_TX              AO_LED_GREEN
 
 #define AO_LED_CONTINUITY_NUM  4