ports: Remove unused mp_type_{fileio/textio} macros in mpconfigport.h.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared
2022-07-22 13:53:40 +10:00
committed by Damien George
parent e65d1e69e8
commit 092784da19
12 changed files with 0 additions and 84 deletions

View File

@@ -134,17 +134,6 @@ void *esp_native_code_commit(void *, size_t, void *);
// printer for debugging output, goes to UART only
extern const struct _mp_print_t mp_debug_print;
#if MICROPY_VFS_FAT
#define mp_type_fileio mp_type_vfs_fat_fileio
#define mp_type_textio mp_type_vfs_fat_textio
#elif MICROPY_VFS_LFS1
#define mp_type_fileio mp_type_vfs_lfs1_fileio
#define mp_type_textio mp_type_vfs_lfs1_textio
#elif MICROPY_VFS_LFS2
#define mp_type_fileio mp_type_vfs_lfs2_fileio
#define mp_type_textio mp_type_vfs_lfs2_textio
#endif
#define MP_STATE_PORT MP_STATE_VM
// We need an implementation of the log2 function which is not a macro