altos: support storage of multiple flights.
[fw/altos] / src / ao.h
index a5890d4726736538d03baa9c6414842799a975aa..ad02a8296f22de94c1eca7bdb029805607b1ee11 100644 (file)
--- a/src/ao.h
+++ b/src/ao.h
@@ -624,6 +624,10 @@ ao_log_init(void);
 void
 ao_log_write_erase(uint8_t pos);
 
+/* Returns true if there are any logs stored in eeprom */
+uint8_t
+ao_log_present(void);
+
 /*
  * ao_flight.c
  */