extmod/vfs_fat_misc: Fix cc3200 port build.

This commit is contained in:
Paul Sokolovsky 2016-02-29 01:15:19 +02:00
parent 9fb36af9af
commit 09e363316f

View File

@ -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"