altos-avr: Completely replace the spi slave code
[fw/altos] / src-avr / ao_telescience.c
index 26e50ab342c74b52e786719f6da06682b6f9fa7d..e8d4e0c20e4b7fce456f50622400250676187482 100644 (file)
@@ -29,10 +29,11 @@ main(void)
        ao_timer_init();
        ao_cmd_init();
        ao_spi_init();
+       ao_spi_slave_init();
        ao_storage_init();
        ao_usb_init();
-
-       /* Turn on the LED until the system is stable */
+       ao_adc_init();
+       ao_log_init();
        ao_start_scheduler();
        return 0;
 }