re-enable mkfs for >4GB filesystems whenver FULL_BUILD

This commit is contained in:
Jeff Epler 2023-03-17 09:37:15 -05:00
parent 22d7c0b8e9
commit 6ff58fd94a
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 4 additions and 0 deletions

View File

@ -255,6 +255,10 @@ typedef long mp_off_t;
#define MICROPY_FATFS_EXFAT (CIRCUITPY_FULL_BUILD)
#endif
#ifndef MICROPY_FF_MKFS_FAT32
#define MICROPY_FF_MKFS_FAT32 (CIRCUITPY_FULL_BUILD)
#endif
// LONGINT_IMPL_xxx are defined in the Makefile.
//
#ifdef LONGINT_IMPL_NONE