Skip to content

Commit 4f93467

Browse files
committed
set #define MICROPY_USE_INTERNAL_ERRNO (0) in mpconfigport for ESP8266 to fix compile error
1 parent 99e34e3 commit 4f93467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp8266/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define MICROPY_ENABLE_SOURCE_LINE (1)
2929
#define MICROPY_MODULE_WEAK_LINKS (1)
3030
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
31-
#define MICROPY_USE_INTERNAL_ERRNO (1)
31+
#define MICROPY_USE_INTERNAL_ERRNO (0)
3232
#define MICROPY_ENABLE_SCHEDULER (1)
3333
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
3434
#define MICROPY_PY_BUILTINS_COMPLEX (0)

0 commit comments

Comments
 (0)