diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-30 00:06:08 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-30 00:06:08 -0700 |
commit | 263e394288927ce8815e3147ee6408d7b8eba1a6 (patch) | |
tree | 72ad392f8e17117f3b209a78a0550bf44a850467 | |
parent | ef201c20a545e79a1b8aba69c433efc4d0774b9b (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 |