fatfs: add test coverage and comments to the fatfsgen.py related code

This commit is contained in:
Martin Gaňo
2022-09-06 12:01:52 +02:00
parent 7e57cdfcfb
commit 943f96422b
9 changed files with 215 additions and 56 deletions

View File

@@ -48,4 +48,7 @@ class FatalError(Exception):
class InconsistentFATAttributes(Exception):
"""
Caused by e.g. wrong number of clusters for given FAT type
"""
pass