summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKevin Köck <kevin.koeck@gmx.net>2021-03-13 09:17:02 +0100
committerDamien George <damien@micropython.org>2021-03-13 23:34:50 +1100
commitaf45d511f190454159fe39ba50c477d7bbd6bb5e (patch)
treec2c1514857a94feef359543d140d86d568f4c4fa
parente98ff3f08e966595fd84d83296f84962ee3d8d94 (diff)
downloadmicropython-af45d511f190454159fe39ba50c477d7bbd6bb5e.tar.gz
micropython-af45d511f190454159fe39ba50c477d7bbd6bb5e.zip
rp2: Enable uerrno module.
Fixes #6991.
-rw-r--r--ports/rp2/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/mpconfigport.h b/ports/rp2/mpconfigport.h
index 91d0c29b3a..35d1645522 100644
--- a/ports/rp2/mpconfigport.h
+++ b/ports/rp2/mpconfigport.h
@@ -88,6 +88,7 @@
#define MICROPY_PY_SYS_STDFILES (1)
#define MICROPY_PY_SYS_STDIO_BUFFER (1)
#define MICROPY_PY_SYS_PLATFORM "rp2"
+#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_THREAD (1)
#define MICROPY_PY_THREAD_GIL (0)