log_api.h 193 B

12345678910111213
  1. #ifndef __LOG_API_H
  2. #define __LOG_API_H
  3. #include "at32f403a_407.h"
  4. #include <stdbool.h>
  5. //
  6. void log_get_entry(uint32_t position, uint32_t sector, uint32_t slot);
  7. #endif /* __LOG_API_H */