Remove monitor/rssi functions from telemetrum load
authorKeith Packard <keithp@keithp.com>
Thu, 14 May 2009 03:39:28 +0000 (20:39 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 14 May 2009 03:39:28 +0000 (20:39 -0700)
Telemetrum is now a flight-only load, use teleterra or teledongle for ground
boards.

Signed-off-by: Keith Packard <keithp@keithp.com>
Makefile
ao_telemetrum.c

index 6fda8965dd2a3c6c7d4e0a467eeb8bfb0ee52dbc..0c2314c40118b182356976fe041cff6ee25fa151 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,6 @@ TM_SRC = \
        $(ALTOS_SRC) \
        $(ALTOS_DRIVER_SRC) \
        $(TELE_DRIVER_SRC) \
        $(ALTOS_SRC) \
        $(ALTOS_DRIVER_SRC) \
        $(TELE_DRIVER_SRC) \
-       $(TELE_RECEIVER_SRC) \
        $(TELE_COMMON_SRC) \
        $(TM_DRIVER_SRC) \
        $(TM_TASK_SRC) \
        $(TELE_COMMON_SRC) \
        $(TM_DRIVER_SRC) \
        $(TM_TASK_SRC) \
index 097b15d708a1243fc210384b4e6f785f24b80e42..a680ce19675180b0377887b33e0609d82169f5d8 100644 (file)
@@ -42,8 +42,6 @@ main(void)
        ao_gps_report_init();
        ao_telemetry_init();
        ao_radio_init();
        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();
        ao_igniter_init();
        ao_dbg_init();
        ao_config_init();