summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/vfs_fat_misc.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-29 15:17:55 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-30 12:26:07 +1100
commit3d6f9572084a8bcba762899ee4f8ea15ddf010ab (patch)
tree6769cb5a328c3bdefa92658caeaa6ea89589c8b0 /extmod/vfs_fat_misc.c
parent8beba7310f5aee77c179ec1852471f041937b54b (diff)
downloadmicropython-3d6f9572084a8bcba762899ee4f8ea15ddf010ab.tar.gz
micropython-3d6f9572084a8bcba762899ee4f8ea15ddf010ab.zip
extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option.
Diffstat (limited to 'extmod/vfs_fat_misc.c')
-rw-r--r--extmod/vfs_fat_misc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/extmod/vfs_fat_misc.c b/extmod/vfs_fat_misc.c
index 2f06d9f637..7e7576398b 100644
--- a/extmod/vfs_fat_misc.c
+++ b/extmod/vfs_fat_misc.c
@@ -25,9 +25,7 @@
*/
#include "py/mpconfig.h"
-// *_ADHOC part is for cc3200 port which doesn't use general uPy
-// infrastructure and instead duplicates code. TODO: Resolve.
-#if MICROPY_VFS_FAT || MICROPY_FSUSERMOUNT || MICROPY_FSUSERMOUNT_ADHOC
+#if MICROPY_VFS_FAT || MICROPY_FSUSERMOUNT
#include <string.h>
#include "py/nlr.h"