altos/telelco-v0.2-cc1200: Add build for NAR hacked TeleLCO v0.2 board
[fw/altos] / src / telemega-v0.1 / ao_telemega.c
index fbdab64a8766dbbc8a43d21a8e417da4d93691d1..3cfc9b4479aa8a5a9d7e6573a6ad8c4fea96a291 100644 (file)
@@ -3,7 +3,8 @@
  *
  * 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
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,6 +25,7 @@
 #include <ao_packet.h>
 #include <ao_companion.h>
 #include <ao_profile.h>
+#include <ao_eeprom.h>
 #if HAS_SAMPLE_PROFILE
 #include <ao_sample_profile.h>
 #endif
@@ -71,6 +73,7 @@ main(void)
        ao_mma655x_init();
 #endif
 
+       ao_eeprom_init();
        ao_storage_init();
        
        ao_flight_init();