unix: Enable uasyncio C helper module on coverage build.

v1.13-wasp-os
Damien George 2020-03-12 23:01:02 +11:00
parent bc009fdd62
commit 91dd3948e8
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
#define MICROPY_PY_IO_BUFFEREDWRITER (1)
#define MICROPY_PY_IO_RESOURCE_STREAM (1)
#define MICROPY_PY_UASYNCIO (1)
#define MICROPY_PY_URE_DEBUG (1)
#define MICROPY_PY_URE_MATCH_GROUPS (1)
#define MICROPY_PY_URE_MATCH_SPAN_START_END (1)