Skip to content

Commit 0d6d315

Browse files
committed
esp8266: Change to use internal errno's.
1 parent 0055457 commit 0d6d315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define MICROPY_ENABLE_SOURCE_LINE (1)
2525
#define MICROPY_MODULE_WEAK_LINKS (1)
2626
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
27-
#define MICROPY_USE_INTERNAL_ERRNO (0)
27+
#define MICROPY_USE_INTERNAL_ERRNO (1)
2828
#define MICROPY_PY_BUILTINS_COMPLEX (0)
2929
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
3030
#define MICROPY_PY_BUILTINS_BYTEARRAY (1)

0 commit comments

Comments
 (0)