Commit 8318922
authored
Add ENOTCONN to errno
ENOTCONN seems to be present in core micropython (v1.24.1), at least on my unix build, but not here – installing `errno` via `mip` resulted in me being unable to import it anymore.
Signed-off-by: Nick Budak <thatbudakguy@gmail.com>1 parent aad2e48 commit 8318922
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
0 commit comments