mirror of
https://github.com/micropython/micropython.git
synced 2025-08-29 05:50:40 +02:00
py/moduerrno: Add EACCES, pretty common error on Unix.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
X(EBADF) \
|
||||
X(EAGAIN) \
|
||||
X(ENOMEM) \
|
||||
X(EACCES) \
|
||||
X(ENODEV) \
|
||||
X(EINVAL) \
|
||||
X(EOPNOTSUPP) \
|
||||
|
Reference in New Issue
Block a user