Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
circuitpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
circuitpython
Commits
3d6f9572
Commit
3d6f9572
authored
Jan 29, 2017
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option.
parent
8beba731
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
extmod/vfs_fat_file.c
extmod/vfs_fat_file.c
+1
-3
extmod/vfs_fat_misc.c
extmod/vfs_fat_misc.c
+1
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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