diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-14 21:22:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-14 21:22:56 -0700 |
commit | 5e45d1c89b00e74d5b2730345843f43aab516af2 (patch) | |
tree | b47bbfb382353b4b3b4cdebf42f981d4a94510e2 | |
parent | 902c342289c1d13a4d55b9224acb6d67578b7a60 (diff) |
Leave beeping and lights to the flight code
-rw-r--r-- | ao_cmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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(); |