mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
The underlying OS (the ESP-IDF) uses it's own internal errno codes and so it's simpler and cleaner to use those rather than trying to convert everything to the values defined in py/mperrno.h.