altosui: Add config and pyro tabs to graph widget
[fw/altos] / src / telefireone-v1.0 / ao_telefireone.c
index 790d7a411b7174e7598e3fbed417fc712c401c08..84140fd36ee170cc4d8bef4d0801755acfc71512 100644 (file)
@@ -26,8 +26,7 @@
 static void
 set_logging(void)
 {
-       ao_cmd_hex();
-       ao_log_running = ao_cmd_lex_i;
+       ao_log_running = ao_cmd_hex() != 0;
        ao_wakeup(&ao_log_running);
 }
 
@@ -36,12 +35,12 @@ const struct ao_cmds ao_firetwo_cmds[] = {
         { 0,    NULL },
 };
 
-void
+int
 main(void)
 {
        ao_clock_init();
 
-       ao_led_init(LEDS_AVAILABLE);
+       ao_led_init();
 
        ao_task_init();