From 6adf9d2a17d701ed0ceb742f322fa72723149980 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 23 Jan 2013 21:37:24 -0800 Subject: [PATCH] altos/fox: Turn on all of the fox lights Fox has two red and two green LEDs Signed-off-by: Keith Packard --- src/fox1ihu/ao_fox1ihu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2