mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-24 09:25:48 +00:00
fatfs: enable long file names for fatfsparse.py
This commit is contained in:
@@ -39,7 +39,6 @@ class FATFS:
|
||||
root_entry_count: int = FATDefaults.ROOT_ENTRIES_COUNT,
|
||||
explicit_fat_type: int = None,
|
||||
media_type: int = FATDefaults.MEDIA_TYPE) -> None:
|
||||
|
||||
# root directory bytes should be aligned by sector size
|
||||
assert (root_entry_count * BYTES_PER_DIRECTORY_ENTRY) % sector_size == 0
|
||||
# number of bytes in the root dir must be even multiple of BPB_BytsPerSec
|
||||
|
Reference in New Issue
Block a user