altos: Switch all main() to return 'int'
[fw/altos] / src / telemini-v3.0 / ao_telemini.c
index 66f75f0ab0dc182fb523e0199aa4d0520dd374d8..bb3bc05424e2083eee81bc61cbde082a8b5a8876 100644 (file)
@@ -34,7 +34,7 @@ ao_check_recovery(void)
        ao_disable_port(AO_RECOVERY_PORT);
 }
 
-void
+int
 main(void)
 {
        ao_check_recovery();