aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs_fat.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-07-09 14:19:15 +1000
committerDamien George <damien@micropython.org>2021-07-12 17:08:10 +1000
commit136369d72f5b99ec23c9c9f178a590bde968e2ee (patch)
tree6d75116e1e11a4fbd5bf9765062350016e303375 /extmod/vfs_fat.c
parent4d546713ec8858cbf908de45de11cbfc46a20971 (diff)
all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/vfs_fat.c')
-rw-r--r--extmod/vfs_fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/vfs_fat.c b/extmod/vfs_fat.c
index 644be57ae..41284500b 100644
--- a/extmod/vfs_fat.c
+++ b/extmod/vfs_fat.c
@@ -37,7 +37,7 @@
#include "py/mperrno.h"
#include "lib/oofatfs/ff.h"
#include "extmod/vfs_fat.h"
-#include "lib/timeutils/timeutils.h"
+#include "shared/timeutils/timeutils.h"
#if FF_MAX_SS == FF_MIN_SS
#define SECSIZE(fs) (FF_MIN_SS)