From: Keith Packard Date: Sun, 15 Sep 2013 21:29:46 +0000 (-0700) Subject: altos/telemetrum-v2.0: Use red LED during boot time X-Git-Tag: 1.2.9.4~67 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=56b577e55c264c8e3152bb2b2cca02fa8836ac1e;ds=inline altos/telemetrum-v2.0: Use red LED during boot time If the LED is stuck on, then the board has failed to initialize, so use red instead of green as a warning indicator. Signed-off-by: Keith Packard --- diff --git a/src/telemetrum-v2.0/ao_telemetrum.c b/src/telemetrum-v2.0/ao_telemetrum.c index e365417d..d79aba54 100644 --- a/src/telemetrum-v2.0/ao_telemetrum.c +++ b/src/telemetrum-v2.0/ao_telemetrum.c @@ -42,7 +42,7 @@ main(void) ao_task_init(); ao_serial_init(); ao_led_init(LEDS_AVAILABLE); - ao_led_on(AO_LED_GREEN); + ao_led_on(AO_LED_RED); ao_timer_init(); ao_spi_init();