diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-30 00:06:08 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-07 20:08:00 -0700 |
commit | e18910659e56ea52ee493d8cc4bce4b219d5bb75 (patch) | |
tree | 0c2a774e62cd6672c34428fd60df33a49f9f20bb | |
parent | 8744fd5d541955b0920c7d8e2696039cdcfdf1dc (diff) |
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 <keithp@keithp.com>
-rw-r--r-- | src/telelco-v0.2/Makefile | 1 | ||||
-rw-r--r-- | src/telelco-v0.2/ao_pins.h | 2 |
2 files changed, 1 insertions, 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 |