altos: Build EasyMega v3.0 by defaul
[fw/altos] / src / telefireone-v1.0 / ao_telefireone.c
index 7340e0f349fa909edfe3b724c39c260c4575341a..84140fd36ee170cc4d8bef4d0801755acfc71512 100644 (file)
@@ -26,7 +26,7 @@
 static void
 set_logging(void)
 {
-       ao_log_running = ao_cmd_hex();
+       ao_log_running = ao_cmd_hex() != 0;
        ao_wakeup(&ao_log_running);
 }
 
@@ -35,7 +35,7 @@ const struct ao_cmds ao_firetwo_cmds[] = {
         { 0,    NULL },
 };
 
-void
+int
 main(void)
 {
        ao_clock_init();