windows: Enable urandom module.

This commit is contained in:
Damien George 2016-01-24 19:48:29 +00:00
parent a53af6c875
commit d22bdad6dd
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)