summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/telelco-v0.2/Makefile1
-rw-r--r--src/telelco-v0.2/ao_pins.h2
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