diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-07 20:26:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-07 20:26:39 -0800 |
commit | 52ac83fedbfd380d14d4df2e79992bbdfba3552a (patch) | |
tree | d7d9d74d72060de6066a83c3e275469e3b0c5d74 /src/ao.h | |
parent | 00891b40754962ef6530b237ef52017bb58112d5 (diff) |
altos: Check for full log and complain
Reports special tone along with the continuity checks.
Reports flight 0 in telemetry.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |