Delete logger, Add littlefs init function
Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
6
main/include/storage.h
Normal file
6
main/include/storage.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef STORAGE_H_
|
||||
#define STORAGE_H_
|
||||
|
||||
void storage_init(void);
|
||||
|
||||
#endif /* STORAGE_H_ */
|
||||
Reference in New Issue
Block a user