mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2025-01-30 22:25:18 +00:00
7 lines
116 B
C
Executable file
7 lines
116 B
C
Executable file
#ifndef _EXAMPLE_FATFS_H
|
|
#define _EXAMPLE_FATFS_H
|
|
|
|
void example_fatfs(void);
|
|
|
|
#endif /* _EXAMPLE_FATFS_H */
|
|
|