rp2: Enable uerrno module.

Fixes #6991.
This commit is contained in:
Kevin Köck 2021-03-13 09:17:02 +01:00 committed by Damien George
parent e98ff3f08e
commit af45d511f1
1 changed files with 1 additions and 0 deletions

View File

@ -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)