#ifndef __LOG_API_H #define __LOG_API_H #include "at32f403a_407.h" #include "ringfs.h" #include <stdbool.h> // void log_get_entry_count(void); // int log_get_entry(uint32_t index, struct ringfs *fs); #endif /* __LOG_API_H */