altos/telebt-v3.0: Turn red LED off after initialization
authorKeith Packard <keithp@keithp.com>
Sun, 1 Feb 2015 15:44:07 +0000 (16:44 +0100)
committerKeith Packard <keithp@keithp.com>
Sun, 1 Feb 2015 15:44:07 +0000 (16:44 +0100)
This lets the user know the device successfully initialized.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telebt-v3.0/ao_telebt.c

index f3906e3fe8d49dd91b4128f0b0942062eddbd58c..133383ef66b6df740c41c104be271c73602e25dd 100644 (file)
@@ -52,6 +52,8 @@ main(void)
 
        ao_config_init();
 
+       ao_led_off(AO_LED_RED);
+
        ao_start_scheduler();
        return 0;
 }