Skip to content

Commit 96bb130

Browse files
dpgeorgepfalcon
authored andcommitted
errno: Add ETIMEDOUT error (used by stmhal port).
1 parent 0bb2f38 commit 96bb130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

errno/errno.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@
3333
EDOM = 33 # Math argument out of domain of func
3434
ERANGE = 34 # Math result not representable
3535
EAFNOSUPPORT = 97 # Address family not supported by protocol
36+
ETIMEDOUT = 110 # Connection timed out
3637
EINPROGRESS = 115 # Operation now in progress

0 commit comments

Comments
 (0)