Skip to content
Snippets Groups Projects
Commit 3d6f9572 authored by Damien George's avatar Damien George
Browse files

extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option.

parent 8beba731
No related branches found
No related tags found
No related merge requests found
......@@ -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 || MICROPY_FSUSERMOUNT || MICROPY_FSUSERMOUNT_ADHOC
#if MICROPY_VFS || MICROPY_FSUSERMOUNT
#include <stdio.h>
#include <errno.h>
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment