Skip to content
Snippets Groups Projects
Commit 10dbf238 authored by Andrew Gatt's avatar Andrew Gatt Committed by Damien George
Browse files

extmod/vfs_fat.c: Use explicit include path for timeutils.h.

parent c30b3084
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
#include "py/mperrno.h"
#include "lib/oofatfs/ff.h"
#include "extmod/vfs_fat.h"
#include "timeutils.h"
#include "lib/timeutils/timeutils.h"
#if _MAX_SS == _MIN_SS
#define SECSIZE(fs) (_MIN_SS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment