Skip to content

Commit

Permalink
rp2: Enable uerrno module.
Browse files Browse the repository at this point in the history
Fixes #6991.
  • Loading branch information
kevinkk525 authored and dpgeorge committed Mar 13, 2021
1 parent e98ff3f commit af45d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/rp2/mpconfigport.h
Expand Up @@ -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)

Expand Down

0 comments on commit af45d51

Please sign in to comment.