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/telefiretwo-v0.1/ao_telefiretwo.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/telefiretwo-v0.1/ao_telefiretwo.c')
-rw-r--r-- | src/telefiretwo-v0.1/ao_telefiretwo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telefiretwo-v0.1/ao_telefiretwo.c b/src/telefiretwo-v0.1/ao_telefiretwo.c index 89541a02..b266cfe8 100644 --- a/src/telefiretwo-v0.1/ao_telefiretwo.c +++ b/src/telefiretwo-v0.1/ao_telefiretwo.c @@ -21,7 +21,7 @@ #include <ao_exti.h> #include <ao_radio_cmac_cmd.h> -void +int main(void) { ao_clock_init(); |