From e18910659e56ea52ee493d8cc4bce4b219d5bb75 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 30 Apr 2013 00:06:08 -0700 Subject: [PATCH] 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 --- src/telelco-v0.2/Makefile | 1 + src/telelco-v0.2/ao_pins.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.30.2