summaryrefslogtreecommitdiff
path: root/ao_teleterra.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-05-13 20:40:42 -0700
committerKeith Packard <keithp@keithp.com>2009-05-13 20:40:42 -0700
commit9b974217958b1017e62d6c4f4568f547ccc30c58 (patch)
treef38fbb8b2f3b0e70ce9427273619d19a0fe362d6 /ao_teleterra.c
parent25fc03a333b2cfad0a93ebc385fbcf74b63c229e (diff)
Enable radio monitor by default in teleterra, teledongle and tidongle
These ground loads want to monitor the radio constantly, and not require use of the 'm' command before listening. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_teleterra.c')
-rw-r--r--ao_teleterra.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ao_teleterra.c b/ao_teleterra.c
index ed72cd4b..ad3e2d9b 100644
--- a/ao_teleterra.c
+++ b/ao_teleterra.c
@@ -34,8 +34,7 @@ main(void)
ao_usb_init();
ao_serial_init();
ao_gps_init();
- ao_monitor_init(AO_LED_GREEN);
- ao_monitor_init(AO_LED_RED);
+ ao_monitor_init(AO_LED_GREEN, TRUE);
ao_radio_init();
ao_dbg_init();
ao_config_init();