kopia lustrzana https://github.com/micropython/micropython-lib
errno: Add ETIMEDOUT error (used by stmhal port).
rodzic
0bb2f38aaf
commit
96bb130bb0
|
@ -33,4 +33,5 @@ EPIPE = 32 # Broken pipe
|
|||
EDOM = 33 # Math argument out of domain of func
|
||||
ERANGE = 34 # Math result not representable
|
||||
EAFNOSUPPORT = 97 # Address family not supported by protocol
|
||||
ETIMEDOUT = 110 # Connection timed out
|
||||
EINPROGRESS = 115 # Operation now in progress
|
||||
|
|
Ładowanie…
Reference in New Issue