extmod/vfs_fat_misc: Fix cc3200 port build.
This commit is contained in:
parent
9fb36af9af
commit
09e363316f
@ -25,7 +25,9 @@
|
||||
*/
|
||||
|
||||
#include "py/mpconfig.h"
|
||||
#if MICROPY_VFS_FAT || MICROPY_FSUSERMOUNT
|
||||
// *_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
|
||||
|
||||
#include <string.h>
|
||||
#include "py/nlr.h"
|
||||
|
Loading…
Reference in New Issue
Block a user