diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-07 14:58:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-07 15:00:28 -0800 |
commit | 2722703bd848b07a02d3ce0c83a502eca52a9f1d (patch) | |
tree | 9941bf456a17b58048976b7b777abc02a4407b37 /src/ao.h | |
parent | a9b210bc33cd95e7108ab51925fdf0d5e8deaf7e (diff) |
altos: support storage of multiple flights.
This adds the logging support for dealing with multiple flights
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
@@ -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 */ |