From 25fc03a333b2cfad0a93ebc385fbcf74b63c229e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 13 May 2009 20:39:28 -0700 Subject: [PATCH] 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 --- Makefile | 1 - ao_telemetrum.c | 2 -- 2 files changed, 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(); -- 2.30.2