diff options
author | Keith Packard <keithp@keithp.com> | 2019-09-23 12:39:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-09-23 12:44:33 -0700 |
commit | 77e6bad5e66023e487430ef31244edaeaef7c606 (patch) | |
tree | 6f6cb1f479a279b6079ccf4abec0fe28f5eebad2 /src/telemini-v3.0/ao_telemini.c | |
parent | 3979c88417fd5512447f5d02cc660522dff5d9d6 (diff) |
altos: Switch all main() to return 'int'
Makes gcc happy
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemini-v3.0/ao_telemini.c')
-rw-r--r-- | src/telemini-v3.0/ao_telemini.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telemini-v3.0/ao_telemini.c b/src/telemini-v3.0/ao_telemini.c index 66f75f0a..bb3bc054 100644 --- a/src/telemini-v3.0/ao_telemini.c +++ b/src/telemini-v3.0/ao_telemini.c @@ -34,7 +34,7 @@ ao_check_recovery(void) ao_disable_port(AO_RECOVERY_PORT); } -void +int main(void) { ao_check_recovery(); |