altos/fox: Turn on all of the fox lights
authorKeith Packard <keithp@keithp.com>
Thu, 24 Jan 2013 05:37:24 +0000 (21:37 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 27 Apr 2018 02:33:48 +0000 (19:33 -0700)
Fox has two red and two green LEDs

Signed-off-by: Keith Packard <keithp@keithp.com>
src/fox1ihu/ao_fox1ihu.c

index 9e76d267118e4b4b15a767295089d1f2e8a6ebd2..43ae2ea8146dd925eb538408be1ec17d5be6ec29 100644 (file)
@@ -31,7 +31,7 @@ main(void)
 
        ao_task_init();
        ao_led_init(LEDS_AVAILABLE);
-       ao_led_on(AO_LED_RED);
+       ao_led_on(AO_LED_RED|AO_LED_GREEN|AO_LED_RED_2|AO_LED_GREEN_2);
        ao_timer_init();
 
        ao_spi_init();