summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-05-13 20:39:28 -0700
committerKeith Packard <keithp@keithp.com>2009-05-13 20:39:28 -0700
commit25fc03a333b2cfad0a93ebc385fbcf74b63c229e (patch)
tree149594fe41681e325dd65347dfe838f30a7d319c
parent05493b98eb1ae4d30cb0b600849d70b03fa33594 (diff)
Remove monitor/rssi functions from telemetrum load
Telemetrum is now a flight-only load, use teleterra or teledongle for ground boards. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Makefile1
-rw-r--r--ao_telemetrum.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6fda8965..0c2314c4 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,6 @@ TM_SRC = \
$(ALTOS_SRC) \
$(ALTOS_DRIVER_SRC) \
$(TELE_DRIVER_SRC) \
- $(TELE_RECEIVER_SRC) \
$(TELE_COMMON_SRC) \
$(TM_DRIVER_SRC) \
$(TM_TASK_SRC) \
diff --git a/ao_telemetrum.c b/ao_telemetrum.c
index 097b15d7..a680ce19 100644
--- a/ao_telemetrum.c
+++ b/ao_telemetrum.c
@@ -42,8 +42,6 @@ main(void)
ao_gps_report_init();
ao_telemetry_init();
ao_radio_init();
- ao_monitor_init(AO_LED_GREEN);
- ao_rssi_init(AO_LED_RED);
ao_igniter_init();
ao_dbg_init();
ao_config_init();