We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8beba73 commit 3d6f957Copy full SHA for 3d6f957
2 files changed
extmod/vfs_fat_file.c
@@ -25,9 +25,7 @@
25
*/
26
27
#include "py/mpconfig.h"
28
-// *_ADHOC part is for cc3200 port which doesn't use general uPy
29
-// infrastructure and instead duplicates code. TODO: Resolve.
30
-#if MICROPY_VFS || MICROPY_FSUSERMOUNT || MICROPY_FSUSERMOUNT_ADHOC
+#if MICROPY_VFS || MICROPY_FSUSERMOUNT
31
32
#include <stdio.h>
33
#include <errno.h>
extmod/vfs_fat_misc.c
-#if MICROPY_VFS_FAT || MICROPY_FSUSERMOUNT || MICROPY_FSUSERMOUNT_ADHOC
+#if MICROPY_VFS_FAT || MICROPY_FSUSERMOUNT
#include <string.h>
#include "py/nlr.h"
0 commit comments