From e2e01efa84d2ed46d004edf48076e4701accc176 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 13 Jul 2018 22:51:10 -0400 Subject: compiles and runs; hangs on import storage;storage.VfsFat. --- extmod/vfs_fat_file.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extmod/vfs_fat_file.c') diff --git a/extmod/vfs_fat_file.c b/extmod/vfs_fat_file.c index 86ae65aef..e3eebc9c4 100644 --- a/extmod/vfs_fat_file.c +++ b/extmod/vfs_fat_file.c @@ -27,8 +27,6 @@ #include "py/mpconfig.h" #if MICROPY_VFS && MICROPY_VFS_FAT -#include "extmod/vfs_fat_file.h" - #include #include "py/runtime.h" -- cgit v1.2.3