add missing sd_log.[ch] files
[protos/imu.git] / sd_log.h
1 #ifndef SD_LOG_H_
2 #define SD_LOG_H_
3
4 struct fat_file_struct *open_log_file(void);
5 struct fat_file_struct *get_log_file(void);
6
7 #endif