extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.

So they don't clash with other VFS implementations.
This commit is contained in:
Damien George
2018-06-06 12:00:23 +10:00
parent 172c23fe5d
commit f35aae366c
6 changed files with 15 additions and 19 deletions

View File

@@ -131,8 +131,8 @@
X(ETIMEDOUT) \
// TODO these should be generic, not bound to fatfs
#define mp_type_fileio fatfs_type_fileio
#define mp_type_textio fatfs_type_textio
#define mp_type_fileio mp_type_vfs_fat_fileio
#define mp_type_textio mp_type_vfs_fat_textio
// use vfs's functions for import stat and builtin open
#define mp_import_stat mp_vfs_import_stat