Files
buzzer/firmware/src/fs.h

10 lines
147 B
C

#ifndef FS_H
#define FS_H
#include <zephyr/fs/fs.h>
/**
* @brief Initializes the filesystem by mounting it
*/
int fs_init(void);
#endif // FS_H