re-enable mkfs for >4GB filesystems whenver FULL_BUILD
This commit is contained in:
parent
22d7c0b8e9
commit
6ff58fd94a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue