diff options
author | Damien George <damien.p.george@gmail.com> | 2016-05-12 12:49:36 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-05-12 12:49:36 +0100 |
commit | 0d6d315ba6c36cc493c844f69a898469bf231abc (patch) | |
tree | 8fa51047c22e53c1144b1fec82aaeb42d69a1e65 /esp8266 | |
parent | 0055457b5fb3e4d941503fac1706256a2f2f2dc7 (diff) | |
download | micropython-0d6d315ba6c36cc493c844f69a898469bf231abc.tar.gz micropython-0d6d315ba6c36cc493c844f69a898469bf231abc.zip |
esp8266: Change to use internal errno's.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 1a9e54ee05..269882d0dc 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -24,7 +24,7 @@ #define MICROPY_ENABLE_SOURCE_LINE (1) #define MICROPY_MODULE_WEAK_LINKS (1) #define MICROPY_CAN_OVERRIDE_BUILTINS (1) -#define MICROPY_USE_INTERNAL_ERRNO (0) +#define MICROPY_USE_INTERNAL_ERRNO (1) #define MICROPY_PY_BUILTINS_COMPLEX (0) #define MICROPY_PY_BUILTINS_STR_UNICODE (1) #define MICROPY_PY_BUILTINS_BYTEARRAY (1) |