can_wizard/main/fs.h
Данила Горнушко 3fb1c8dd81 initial commit
2023-11-22 14:48:03 +03:00

11 lines
183 B
C

#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