can_wizard/main/fs.h

12 lines
183 B
C
Raw Permalink Normal View History

2023-11-22 11:48:03 +00:00
#ifndef MAIN_FS_H
#define MAIN_FS_H
#define MOUNT_PATH "/data"
#define HISTORY_PATH MOUNT_PATH "/history.txt"
// functions
void initialize_filesystem(void);
#endif // MAIN_FS_H