From: Keith Packard Date: Thu, 24 Jan 2013 05:37:24 +0000 (-0800) Subject: altos/fox: Turn on all of the fox lights X-Git-Tag: 1.8.6~1^2~91 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=6adf9d2a17d701ed0ceb742f322fa72723149980 altos/fox: Turn on all of the fox lights Fox has two red and two green LEDs Signed-off-by: Keith Packard --- diff --git a/src/fox1ihu/ao_fox1ihu.c b/src/fox1ihu/ao_fox1ihu.c index 9e76d267..43ae2ea8 100644 --- a/src/fox1ihu/ao_fox1ihu.c +++ b/src/fox1ihu/ao_fox1ihu.c @@ -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();