diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-23 21:37:24 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-02-08 22:03:04 -0800 |
commit | bd43e847914593cc1296b35bcaa462c900f75a00 (patch) | |
tree | cace46adc88a90f44e00c18660adfff77de4ef1a | |
parent | 7dd01644ad4f9ea8281eb3d6b49a2e1385055a58 (diff) |
altos/fox: Turn on all of the fox lights
Fox has two red and two green LEDs
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/fox1ihu/ao_fox1ihu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |