1
mirror of https://github.com/canokeys/canokey-nrf52.git synced 2024-09-19 17:18:39 +08:00
canokey-nrf52/include/lfs_init.h
2022-08-19 21:54:03 +08:00

7 lines
96 B
C

#ifndef _LFS_INIT_H_
#define _LFS_INIT_H_
void littlefs_init(void);
#endif /* _LFS_INIT_H_ */