From: Keith Packard Date: Thu, 14 May 2009 03:39:28 +0000 (-0700) Subject: Remove monitor/rssi functions from telemetrum load X-Git-Tag: 0.2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=25fc03a333b2cfad0a93ebc385fbcf74b63c229e 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 --- 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();