X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Feasymega-v1.0%2Fao_easymega.c;h=e217c33c5436633dceed6f65a30a5e48f211d159;hb=1fb200d18cc385230b3af574816ec354682cc5c9;hp=5cef758a5842108a2f741cd20a6b3c4ff63cb2f5;hpb=ca0bf9fb2d6323d7a454e5ce04b48d11366eee67;p=fw%2Faltos diff --git a/src/easymega-v1.0/ao_easymega.c b/src/easymega-v1.0/ao_easymega.c index 5cef758a..e217c33c 100644 --- a/src/easymega-v1.0/ao_easymega.c +++ b/src/easymega-v1.0/ao_easymega.c @@ -1,5 +1,5 @@ /* - * Copyright © 2011 Keith Packard + * Copyright © 2014 Bdale Garbee * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include @@ -37,7 +36,7 @@ int main(void) { ao_clock_init(); - + #if HAS_STACK_GUARD ao_mpu_init(); #endif @@ -73,7 +72,7 @@ main(void) ao_eeprom_init(); ao_storage_init(); - + ao_flight_init(); ao_log_init(); ao_report_init(); @@ -90,7 +89,7 @@ main(void) #if HAS_SAMPLE_PROFILE ao_sample_profile_init(); #endif - + ao_start_scheduler(); return 0; }