Remove green LED and temp sensor from v0.2 code
[fw/altos] / src / ao_telemetrum.c
index 990b0d77d0a17988b43cefe71b63499c1ccbabe8..0de3572abcd62dbe642ea7216cf7a8310f417a41 100644 (file)
@@ -30,7 +30,7 @@ main(void)
        ao_clock_init();
 
        /* Turn on the red LED until the system is stable */
-       ao_led_init(AO_LED_RED|AO_LED_GREEN);
+       ao_led_init(AO_LED_RED);
        ao_led_on(AO_LED_RED);
 
        ao_timer_init();