1 parent 641300d commit 298c2aeCopy full SHA for 298c2ae
1 file changed
extmod/vfs_fat.c
@@ -173,6 +173,7 @@ STATIC bool path_equal(const char *path, const char *path_canonical) {
173
/// \function stat(path)
174
/// Get the status of a file or directory.
175
STATIC mp_obj_t fat_vfs_stat(mp_obj_t vfs_in, mp_obj_t path_in) {
176
+ (void)vfs_in;
177
const char *path = mp_obj_str_get_str(path_in);
178
179
FILINFO fno;
0 commit comments