diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-23 21:37:24 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-04-26 19:33:48 -0700 |
commit | 6adf9d2a17d701ed0ceb742f322fa72723149980 (patch) | |
tree | 81fef942510db652b59a7de233416f1c89f38259 /src | |
parent | 524afb040aa34d93abae7d04afa1df7a626f9877 (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>
Diffstat (limited to 'src')
-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(); |