stmhal/moduselect: Move to extmod/ for reuse by other ports.

This commit is contained in:
Paul Sokolovsky
2016-11-20 23:49:45 +03:00
parent c28fed6b64
commit 8f5bc3ffc0
8 changed files with 16 additions and 4 deletions

View File

@@ -198,6 +198,9 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = {
#if MICROPY_PY_URANDOM
{ MP_ROM_QSTR(MP_QSTR_urandom), MP_ROM_PTR(&mp_module_urandom) },
#endif
#if MICROPY_PY_USELECT
{ MP_ROM_QSTR(MP_QSTR_uselect), MP_ROM_PTR(&mp_module_uselect) },
#endif
#if MICROPY_PY_USSL
{ MP_ROM_QSTR(MP_QSTR_ussl), MP_ROM_PTR(&mp_module_ussl) },
#endif