telegps-v1.0: Provide one log and append to it
[fw/altos] / src / kernel / ao_config.h
index a650ffc63dafc91419c59686bdef27e5604431e7..0be3e14d1ee0b8a1fc7ca7447d1dbd89169e0371 100644 (file)
 #define USE_EEPROM_CONFIG 0
 #endif
 
+#ifndef FLIGHT_LOG_APPEND
+#define FLIGHT_LOG_APPEND 0
+#endif
+
 #if USE_STORAGE_CONFIG
 
 #include <ao_storage.h>
@@ -146,6 +150,9 @@ ao_config_put(void);
 void
 ao_config_set_radio(void);
 
+void
+ao_config_log_fix_append(void);
+
 void
 ao_config_init(void);