mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-28 09:10:28 +00:00
8 lines
116 B
C
8 lines
116 B
C
|
#ifndef _EXAMPLE_FATFS_H
|
||
|
#define _EXAMPLE_FATFS_H
|
||
|
|
||
|
void example_fatfs(void);
|
||
|
|
||
|
#endif /* _EXAMPLE_FATFS_H */
|
||
|
|