X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_log.h;h=cac787715af95f297f0cfcfd7f8e26afd87ffa1c;hb=398c02b945a58634c8932f07df2c2be8438da7d1;hp=036d6f2de56c134ab445c85b5b709c7e019a5076;hpb=59f355f5288b42b2e47743d06e41e55819a55f64;p=fw%2Faltos diff --git a/src/core/ao_log.h b/src/core/ao_log.h index 036d6f2d..cac78771 100644 --- a/src/core/ao_log.h +++ b/src/core/ao_log.h @@ -268,4 +268,7 @@ ao_log_data(__xdata struct ao_log_record *log) __reentrant; uint8_t ao_log_mega(__xdata struct ao_log_mega *log) __reentrant; +void +ao_log_flush(void); + #endif /* _AO_LOG_H_ */