Skip to content

Commit 07c0a32

Browse files
authored
Merge pull request adafruit#843 from jerryneedell/jerryn_errno
fix ESP8266 build - clear MICROPY_USE_INTERNAL_ERRNO
2 parents 99e34e3 + 4f93467 commit 07c0a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp8266/mpconfigport.h

+1-1
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)