src-avr: Log ADC data to eeprom
[fw/altos] / src-avr / ao_telescience.c
index 5b047c167c19a11787cc80fade5e1e1a83f5f253..f0f88c51e3083d4e6d2cf0c512558031002603f6 100644 (file)
@@ -32,8 +32,7 @@ main(void)
        ao_storage_init();
        ao_usb_init();
        ao_adc_init();
-
-       /* Turn on the LED until the system is stable */
+       ao_log_init();
        ao_start_scheduler();
        return 0;
 }