added python tool inital version
This commit is contained in:
10
firmware/src/fs.h
Normal file
10
firmware/src/fs.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user