Skip to content
Snippets Groups Projects
Commit 1abaf742 authored by Damien George's avatar Damien George
Browse files

unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build.

parent f5172af1
Branches
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <mpconfigport.h> #include <mpconfigport.h>
#define MICROPY_PY_BUILTINS_HELP (1) #define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1) #define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
#define MICROPY_PY_IO_BUFFEREDWRITER (1) #define MICROPY_PY_IO_BUFFEREDWRITER (1)
#undef MICROPY_FSUSERMOUNT #undef MICROPY_FSUSERMOUNT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment