summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-14 21:22:56 -0700
committerKeith Packard <keithp@keithp.com>2009-04-14 21:22:56 -0700
commit5e45d1c89b00e74d5b2730345843f43aab516af2 (patch)
treeb47bbfb382353b4b3b4cdebf42f981d4a94510e2
parent902c342289c1d13a4d55b9224acb6d67578b7a60 (diff)
Leave beeping and lights to the flight code
-rw-r--r--ao_cmd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ao_cmd.c b/ao_cmd.c
index 303f9bc5..73c301ac 100644
--- a/ao_cmd.c
+++ b/ao_cmd.c
@@ -522,8 +522,6 @@ ao_cmd(void *parameters)
uint8_t c;
(void) parameters;
- ao_led_on(AO_LED_GREEN);
- ao_beep_for(AO_BEEP_MID, AO_MS_TO_TICKS(30));
lex_echo = 1;
for (;;) {
readline();