From: Keith Packard Date: Wed, 15 Apr 2009 04:22:56 +0000 (-0700) Subject: Leave beeping and lights to the flight code X-Git-Tag: sn1-flight1~11 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5e45d1c89b00e74d5b2730345843f43aab516af2;ds=sidebyside Leave beeping and lights to the flight code --- 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();