Leave beeping and lights to the flight code
authorKeith Packard <keithp@keithp.com>
Wed, 15 Apr 2009 04:22:56 +0000 (21:22 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 15 Apr 2009 04:22:56 +0000 (21:22 -0700)
ao_cmd.c

index 303f9bc5eaf7021c7552f5170d03a665031ff0bd..73c301ac325bf847320a8e6a1f413d1b4b3a357f 100644 (file)
--- a/ao_cmd.c
+++ b/ao_cmd.c
@@ -522,8 +522,6 @@ ao_cmd(void *parameters)
        uint8_t c;
        (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();
        lex_echo = 1;
        for (;;) {
                readline();