From: Keith Packard Date: Tue, 30 Apr 2013 07:06:08 +0000 (-0700) Subject: altos: Stop using telelco v0.2 top LEDS for radio TX/RX X-Git-Tag: 1.2.1~69 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=e18910659e56ea52ee493d8cc4bce4b219d5bb75 altos: Stop using telelco v0.2 top LEDS for radio TX/RX 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 --- diff --git a/src/telelco-v0.2/Makefile b/src/telelco-v0.2/Makefile index 582dbd06..cc6e62c4 100644 --- a/src/telelco-v0.2/Makefile +++ b/src/telelco-v0.2/Makefile @@ -20,6 +20,7 @@ INC = \ ao_lco_func.h \ ao_radio_spi.h \ ao_radio_cmac.h \ + ao_cc1120_CC1120.h \ stm32l.h # diff --git a/src/telelco-v0.2/ao_pins.h b/src/telelco-v0.2/ao_pins.h index 0a09cf78..07ea1b45 100644 --- a/src/telelco-v0.2/ao_pins.h +++ b/src/telelco-v0.2/ao_pins.h @@ -113,8 +113,6 @@ #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