diff options
author | Damien George <damien@micropython.org> | 2021-07-09 14:19:15 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-07-12 17:08:10 +1000 |
commit | 136369d72f5b99ec23c9c9f178a590bde968e2ee (patch) | |
tree | 6d75116e1e11a4fbd5bf9765062350016e303375 /extmod/vfs_lfsx.c | |
parent | 4d546713ec8858cbf908de45de11cbfc46a20971 (diff) |
all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/vfs_lfsx.c')
-rw-r--r-- | extmod/vfs_lfsx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/vfs_lfsx.c b/extmod/vfs_lfsx.c index f865e4606..e1324f82c 100644 --- a/extmod/vfs_lfsx.c +++ b/extmod/vfs_lfsx.c @@ -34,7 +34,7 @@ #include "py/objstr.h" #include "py/mperrno.h" #include "extmod/vfs.h" -#include "lib/timeutils/timeutils.h" +#include "shared/timeutils/timeutils.h" STATIC int MP_VFS_LFSx(dev_ioctl)(const struct LFSx_API (config) * c, int cmd, int arg, bool must_return_int) { mp_obj_t ret = mp_vfs_blockdev_ioctl(c->context, cmd, arg); |