X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao.h;h=5721c34484c319f37f16c178aba1a6131b57298b;hb=47ee4597e55749e8f66f61a585ea32776979bf80;hp=ad02a8296f22de94c1eca7bdb029805607b1ee11;hpb=2722703bd848b07a02d3ce0c83a502eca52a9f1d;p=fw%2Faltos diff --git a/src/ao.h b/src/ao.h index ad02a829..5721c344 100644 --- a/src/ao.h +++ b/src/ao.h @@ -628,6 +628,10 @@ ao_log_write_erase(uint8_t pos); 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 */ @@ -852,7 +856,7 @@ ao_gps_report_init(void); #define AO_TELEMETRY_VERSION 3 struct ao_telemetry { - uint8_t addr; + uint16_t serial; uint16_t flight; uint8_t flight_state; int16_t flight_accel;