summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-05-10 10:56:12 +0100
committerDamien George <damien.p.george@gmail.com>2016-05-10 23:30:39 +0100
commit088127d91cb593990cf4f04e64ca452671041e6f (patch)
tree0504d6045c3355566d988467b79c5f1aa6a69213
parente36ff98c80aa93a2f9fdd05800aaa6e75ead2b72 (diff)
downloadmicropython-088127d91cb593990cf4f04e64ca452671041e6f.tar.gz
micropython-088127d91cb593990cf4f04e64ca452671041e6f.zip
unix: Enable uerrno module.
-rw-r--r--unix/mpconfigport.h1
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)