Skip to content

Commit 6ff58fd

Browse files
committed
re-enable mkfs for >4GB filesystems whenver FULL_BUILD
1 parent 22d7c0b commit 6ff58fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/circuitpy_mpconfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ typedef long mp_off_t;
255255
#define MICROPY_FATFS_EXFAT (CIRCUITPY_FULL_BUILD)
256256
#endif
257257

258+
#ifndef MICROPY_FF_MKFS_FAT32
259+
#define MICROPY_FF_MKFS_FAT32 (CIRCUITPY_FULL_BUILD)
260+
#endif
261+
258262
// LONGINT_IMPL_xxx are defined in the Makefile.
259263
//
260264
#ifdef LONGINT_IMPL_NONE

0 commit comments

Comments
 (0)