diff options
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 */ |