extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Everyone should now be using the new ooFatFs library. The old one is no longer supported and will be removed.
This commit is contained in:
@@ -32,10 +32,6 @@
|
||||
#error "with MICROPY_VFS_FAT enabled, must also enable MICROPY_VFS"
|
||||
#endif
|
||||
|
||||
#if !MICROPY_FATFS_OO
|
||||
#error "with MICROPY_VFS_FAT enabled, must also enable MICROPY_FATFS_OO"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include "py/nlr.h"
|
||||
#include "py/runtime.h"
|
||||
|
||||
Reference in New Issue
Block a user