1 parent 9fb36af commit 09e3633Copy full SHA for 09e3633
1 file changed
extmod/vfs_fat_misc.c
@@ -25,7 +25,9 @@
25
*/
26
27
#include "py/mpconfig.h"
28
-#if MICROPY_VFS_FAT || MICROPY_FSUSERMOUNT
+// *_ADHOC part is for cc3200 port which doesn't use general uPy
29
+// infrastructure and instead duplicates code. TODO: Resolve.
30
+#if MICROPY_VFS_FAT || MICROPY_FSUSERMOUNT || MICROPY_FSUSERMOUNT_ADHOC
31
32
#include <string.h>
33
#include "py/nlr.h"
0 commit comments