atmel-samd: Enable full urandom module from extmod.

This commit is contained in:
Tony DiCola 2016-10-20 06:41:21 +00:00
parent 0cb0bd0f25
commit 5333f5f987
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@
#define MICROPY_PY_MATH (1)
#define MICROPY_PY_CMATH (1)
#define MICROPY_PY_IO (0)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
#define MICROPY_PY_STRUCT (1)
#define MICROPY_PY_SYS (1)
#define MICROPY_MODULE_FROZEN_MPY (1)