diff options
Diffstat (limited to 'tests/extmod/vfs_fat_fileio1.py')
-rw-r--r-- | tests/extmod/vfs_fat_fileio1.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/extmod/vfs_fat_fileio1.py b/tests/extmod/vfs_fat_fileio1.py index 7da08b80cf..c7ff9e0b98 100644 --- a/tests/extmod/vfs_fat_fileio1.py +++ b/tests/extmod/vfs_fat_fileio1.py @@ -13,7 +13,6 @@ except AttributeError: class RAMFS: - SEC_SIZE = 512 def __init__(self, blocks): |