altos: Add telerepeat-v1.0
[fw/altos] / src / easymega-v1.0 / ao_easymega.c
index 5cef758a5842108a2f741cd20a6b3c4ff63cb2f5..e217c33c5436633dceed6f65a30a5e48f211d159 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2011 Keith Packard <keithp@keithp.com>
+ * Copyright © 2014 Bdale Garbee <bdale@gag.com>
  *
  * 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 <ao_mma655x.h>
 #include <ao_log.h>
 #include <ao_exti.h>
-#include <ao_packet.h>
 #include <ao_companion.h>
 #include <ao_profile.h>
 #include <ao_eeprom.h>
@@ -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;
 }