summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-09-15 14:29:46 -0700
committerKeith Packard <keithp@keithp.com>2013-09-15 14:29:46 -0700
commit56b577e55c264c8e3152bb2b2cca02fa8836ac1e (patch)
tree0ad9bbabc7ee7a6c3af70a1ff950b1c2bb69e31d
parent1fa3ff9ba6d04303b3de6952675532492c85182f (diff)
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 <keithp@keithp.com>
-rw-r--r--src/telemetrum-v2.0/ao_telemetrum.c2
1 files changed, 1 insertions, 1 deletions
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();