5fa8ea1b8b
Errno 30 is EROFS, which is now the correct value reported by littlefs 2. Signed-off-by: Damien George <damien@micropython.org>
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
test <class 'VfsLfs1'>
|
|
OSError(19,)
|
|
hello from lfs
|
|
package
|
|
hello from lfs
|
|
lfsmod2.py: print("hello from lfs")
|
|
|
|
OSError(30,)
|
|
test <class 'VfsLfs2'>
|
|
OSError(19,)
|
|
hello from lfs
|
|
package
|
|
hello from lfs
|
|
lfsmod2.py: print("hello from lfs")
|
|
|
|
OSError(30,)
|