diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-01-25 01:08:24 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-23 13:33:17 +0200 |
commit | 1a0adf49dfd3b3027a139fe1d2831da4474a352b (patch) | |
tree | 9e2bae3bf881e4659e2128ddf474022f4c0a65ea /esp8266/mpconfigport.h | |
parent | e673714cfe6284370d4917f0292db1c5b6fcc3a3 (diff) | |
download | micropython-1a0adf49dfd3b3027a139fe1d2831da4474a352b.tar.gz micropython-1a0adf49dfd3b3027a139fe1d2831da4474a352b.zip |
esp8266: Enable urandom module.
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 8984779f4f..4dbaed8871 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -43,6 +43,7 @@ #define MICROPY_PY_UHASHLIB (1) #define MICROPY_PY_UHASHLIB_SHA1 (1) #define MICROPY_PY_UJSON (1) +#define MICROPY_PY_URANDOM (1) #define MICROPY_PY_LWIP (1) #define MICROPY_PY_MACHINE (1) #define MICROPY_PY_MICROPYTHON_MEM_INFO (1) |