summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-27 22:43:18 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-27 23:22:15 +1100
commit4565d42e707705a0763fddee18f24133d1756db4 (patch)
treefc87b10fc0c4079de08812540d42de24a68e8925
parent9225ce6a141bc8b1949696f433bc0636d65bc19b (diff)
downloadmicropython-4565d42e707705a0763fddee18f24133d1756db4.tar.gz
micropython-4565d42e707705a0763fddee18f24133d1756db4.zip
esp8266/fatfs_port: Include new oofatfs header.
-rw-r--r--esp8266/fatfs_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/fatfs_port.c b/esp8266/fatfs_port.c
index 9c84f04e45..20c3235d4d 100644
--- a/esp8266/fatfs_port.c
+++ b/esp8266/fatfs_port.c
@@ -25,7 +25,7 @@
*/
#include "py/obj.h"
-#include "lib/fatfs/ff.h"
+#include "lib/oofatfs/ff.h"
#include "timeutils.h"
#include "modmachine.h"