diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-01 18:12:29 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-01 18:12:29 -0500 |
commit | a4202b4180e77e2a39ca071d3b8b8256ff0fc7b5 (patch) | |
tree | 598f94e9075a181a5f211017d3106e69a8baf38d /src/kernel/ao_log.h | |
parent | aa7dd289ee72f7a49a08ce0229c4e0e0404499d0 (diff) |
altos: Don't add AO_LOG_FLIGHT to existing GPS logs
When appending to a TeleGPS log, don't stick another flight value into
the log. That just confuses the ground station software.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_log.h')
-rw-r--r-- | src/kernel/ao_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ao_log.h b/src/kernel/ao_log.h index c5fa7fab..c13a2580 100644 --- a/src/kernel/ao_log.h +++ b/src/kernel/ao_log.h @@ -72,7 +72,7 @@ ao_log(void); /* functions provided in ao_log.c */ /* Figure out the current flight number */ -void +uint8_t ao_log_scan(void) __reentrant; /* Return the position of the start of the given log slot */ |