Skip to content

Commit 2cc1b25

Browse files
authored
Merge pull request #24 from adafruit/urandom
atmel-samd: Enable full urandom module from extmod. Closes #17.
2 parents 0cb0bd0 + 5333f5f commit 2cc1b25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

atmel-samd/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
#define MICROPY_PY_MATH (1)
5353
#define MICROPY_PY_CMATH (1)
5454
#define MICROPY_PY_IO (0)
55+
#define MICROPY_PY_URANDOM (1)
56+
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
5557
#define MICROPY_PY_STRUCT (1)
5658
#define MICROPY_PY_SYS (1)
5759
#define MICROPY_MODULE_FROZEN_MPY (1)

0 commit comments

Comments
 (0)