X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao.h;h=37a39a790b643b7061a1614fa3e6f128d90b4a5d;hp=a5890d4726736538d03baa9c6414842799a975aa;hb=52ac83fedbfd380d14d4df2e79992bbdfba3552a;hpb=a9b210bc33cd95e7108ab51925fdf0d5e8deaf7e diff --git a/src/ao.h b/src/ao.h index a5890d47..37a39a79 100644 --- a/src/ao.h +++ b/src/ao.h @@ -624,6 +624,14 @@ 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); + +/* Returns true if there is no more storage space available */ +uint8_t +ao_log_full(void); + /* * ao_flight.c */