mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-28 09:10:28 +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 */
|
|
|