summaryrefslogtreecommitdiff
path: root/src/product
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-28 15:40:40 -0700
committerKeith Packard <keithp@keithp.com>2011-08-28 15:40:40 -0700
commitcff737c290347b61ba16584880c2f4c436b95042 (patch)
tree4e0a2994191c9ede9dca12ebc3e652b1fdd05e06 /src/product
parent27835686648e14b030f6f7ec1fc0c0fd1c387ea4 (diff)
altos: Remove RSSI reporting from telebt
Telebt uses one LED for bluetooth connection and the other for telem packet reception leaving none for RSSI. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product')
-rw-r--r--src/product/Makefile.telebt1
-rw-r--r--src/product/ao_telebt.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/product/Makefile.telebt b/src/product/Makefile.telebt
index ff0e1502..46c87db0 100644
--- a/src/product/Makefile.telebt
+++ b/src/product/Makefile.telebt
@@ -26,7 +26,6 @@ CORE_SRC = \
ao_monitor.c \
ao_mutex.c \
ao_panic.c \
- ao_rssi.c \
ao_state.c \
ao_stdio.c \
ao_task.c
diff --git a/src/product/ao_telebt.c b/src/product/ao_telebt.c
index cb23f391..9154f4be 100644
--- a/src/product/ao_telebt.c
+++ b/src/product/ao_telebt.c
@@ -37,8 +37,7 @@ main(void)
ao_storage_init();
#endif
ao_usb_init();
- ao_monitor_init(AO_LED_GREEN, TRUE);
- ao_rssi_init(AO_LED_RED);
+ ao_monitor_init(AO_LED_RED, TRUE);
ao_radio_init();
ao_packet_master_init();
ao_btm_init();