mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
extmod/vfs_fat: Remove MICROPY_READER_FATFS component.
This commit is contained in:
@@ -753,7 +753,7 @@ mp_lexer_t *mp_lexer_new_from_str_len(qstr src_name, const char *str, mp_uint_t
|
||||
return mp_lexer_new(src_name, reader);
|
||||
}
|
||||
|
||||
#if MICROPY_READER_POSIX || MICROPY_READER_VFS || MICROPY_READER_FATFS
|
||||
#if MICROPY_READER_POSIX || MICROPY_READER_VFS
|
||||
|
||||
mp_lexer_t *mp_lexer_new_from_file(const char *filename) {
|
||||
mp_reader_t reader;
|
||||
|
||||
@@ -403,11 +403,6 @@
|
||||
#define MICROPY_READER_VFS (0)
|
||||
#endif
|
||||
|
||||
// Whether to use the FatFS reader for importing files
|
||||
#ifndef MICROPY_READER_FATFS
|
||||
#define MICROPY_READER_FATFS (0)
|
||||
#endif
|
||||
|
||||
// Hook for the VM at the start of the opcode loop (can contain variable
|
||||
// definitions usable by the other hook functions)
|
||||
#ifndef MICROPY_VM_HOOK_INIT
|
||||
|
||||
Reference in New Issue
Block a user