diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-27 22:42:57 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-27 23:22:15 +1100 |
commit | 9225ce6a141bc8b1949696f433bc0636d65bc19b (patch) | |
tree | 7f1a4a0cf27d46328c1358baf1a4ed3652038904 /unix | |
parent | 8aa8a0a660451e8eafc4aa0bca2116d561cebe4a (diff) | |
download | micropython-9225ce6a141bc8b1949696f433bc0636d65bc19b.tar.gz micropython-9225ce6a141bc8b1949696f433bc0636d65bc19b.zip |
unix/fatfs_port: Include new oofatfs header.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/fatfs_port.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/fatfs_port.c b/unix/fatfs_port.c index c62ae2e7dc..30f1959f52 100644 --- a/unix/fatfs_port.c +++ b/unix/fatfs_port.c @@ -1,5 +1,4 @@ -#include "lib/fatfs/ff.h" -#include "lib/fatfs/diskio.h" +#include "lib/oofatfs/ff.h" DWORD get_fattime(void) { return 0; |