12 lines
184 B
C
12 lines
184 B
C
#ifndef _FATFSTASK_H_
|
|
#define _FATFSTASK_H_
|
|
|
|
// 全局变量
|
|
// extern char timeStr[12];
|
|
|
|
void InitFileSystem(void);
|
|
void FATFSTask(void);
|
|
void DeleteAllFilesAndUnmount(void);
|
|
|
|
#endif
|