]> git.gag.com Git - fw/altos/commitdiff
altos/telemega-v7.0-seeed: Report success with just the green LED
authorKeith Packard <keithp@keithp.com>
Wed, 29 Jan 2025 06:57:39 +0000 (22:57 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Jan 2025 06:57:39 +0000 (22:57 -0800)
Don't turn them both on.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telemega-v7.0-seeed/ao_telemega_seeed.c

index 8e47958013bc2584522493b0497dd9bd6f2a8410..b056fe5b60c431b4a8557ec9baf252a959cb24d2 100644 (file)
@@ -126,7 +126,7 @@ ao_validate(void)
        if (ao_ground_height < -1000 || ao_ground_height > 7000)
                ao_panic(AO_FAIL_BARO);
 
-       ao_led_on(LEDS_AVAILABLE);
+       ao_led_on(AO_LED_GREEN);
        ao_beep_for(AO_BEEP_MID_DEFAULT, AO_MS_TO_TICKS(100));
 
        ao_exit();