X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao.h;h=ad02a8296f22de94c1eca7bdb029805607b1ee11;hb=1cc08af4f4a1ff61fc0deca3bdd95e8a5ca8ec5c;hp=a5890d4726736538d03baa9c6414842799a975aa;hpb=a9b210bc33cd95e7108ab51925fdf0d5e8deaf7e;p=fw%2Faltos diff --git a/src/ao.h b/src/ao.h index a5890d47..ad02a829 100644 --- 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 */