Skip to content

Commit af45d51

Browse files
kevinkk525dpgeorge
authored andcommitted
rp2: Enable uerrno module.
Fixes micropython#6991.
1 parent e98ff3f commit af45d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/rp2/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
#define MICROPY_PY_SYS_STDFILES (1)
8989
#define MICROPY_PY_SYS_STDIO_BUFFER (1)
9090
#define MICROPY_PY_SYS_PLATFORM "rp2"
91+
#define MICROPY_PY_UERRNO (1)
9192
#define MICROPY_PY_THREAD (1)
9293
#define MICROPY_PY_THREAD_GIL (0)
9394

0 commit comments

Comments
 (0)