Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
3d6f9572
Commit
3d6f9572
authored
Jan 29, 2017
by
Damien George
Browse files
extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option.
parent
8beba731
Changes
2
Hide whitespace changes
Inline
Side-by-side
extmod/vfs_fat_file.c
View file @
3d6f9572
...
...
@@ -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>
...
...
extmod/vfs_fat_misc.c
View file @
3d6f9572
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment