diff options
author | Damien George <damien.p.george@gmail.com> | 2016-05-10 10:56:12 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-05-10 23:30:39 +0100 |
commit | 088127d91cb593990cf4f04e64ca452671041e6f (patch) | |
tree | 0504d6045c3355566d988467b79c5f1aa6a69213 | |
parent | e36ff98c80aa93a2f9fdd05800aaa6e75ead2b72 (diff) | |
download | micropython-088127d91cb593990cf4f04e64ca452671041e6f.tar.gz micropython-088127d91cb593990cf4f04e64ca452671041e6f.zip |
unix: Enable uerrno module.
-rw-r--r-- | unix/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index abda432580..d9cfbc9190 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -100,6 +100,7 @@ #define MICROPY_STACKLESS_STRICT (0) #define MICROPY_PY_OS_STATVFS (1) +#define MICROPY_PY_UERRNO (1) #define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_UZLIB (1) #define MICROPY_PY_UJSON (1) |