diff options
author | stijn <stijn@ignitron.net> | 2016-09-09 14:26:27 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-09-10 10:15:30 +1000 |
commit | d14d4cdb8bc55b5937014f7a63932fdc1c50fdb0 (patch) | |
tree | cc3d1e90527239a4ab05dcbad7be7c7fc476cd8d | |
parent | a50b26e4b00ed094aa1ac74eac2fc2d8eb9ea1ed (diff) | |
download | micropython-d14d4cdb8bc55b5937014f7a63932fdc1c50fdb0.tar.gz micropython-d14d4cdb8bc55b5937014f7a63932fdc1c50fdb0.zip |
windows: Enable MICROPY_PY_UERRNO
This also fixes the test failure for vfs_fat_ramdisk.py
-rw-r--r-- | windows/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index ccf8768bf5..da49bc0dcb 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -82,6 +82,7 @@ #define MICROPY_STACKLESS (0) #define MICROPY_STACKLESS_STRICT (0) +#define MICROPY_PY_UERRNO (1) #define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_UZLIB (1) #define MICROPY_PY_UJSON (1) |