Delete logger, Add littlefs init function

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-09-25 17:17:31 +09:00
parent 23c72790ef
commit 7f6308bb6f
7 changed files with 62 additions and 221 deletions

6
main/include/storage.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef STORAGE_H_
#define STORAGE_H_
void storage_init(void);
#endif /* STORAGE_H_ */