Skip to content

Commit d618bfe

Browse files
committed
add iyo_hwio module to global modules list via MICROPY_PORT_BUILTIN_MODULES
1 parent b1c7089 commit d618bfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/unix/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ extern const struct _mp_obj_module_t mp_module_termios;
205205
extern const struct _mp_obj_module_t mp_module_socket;
206206
extern const struct _mp_obj_module_t mp_module_ffi;
207207
extern const struct _mp_obj_module_t mp_module_jni;
208+
extern const struct _mp_obj_module_t mp_module_iyo_hwio;
208209

209210
#if MICROPY_PY_UOS_VFS
210211
#define MICROPY_PY_UOS_DEF { MP_ROM_QSTR(MP_QSTR_uos), MP_ROM_PTR(&mp_module_uos_vfs) },
@@ -251,6 +252,7 @@ extern const struct _mp_obj_module_t mp_module_jni;
251252
MICROPY_PY_UOS_DEF \
252253
MICROPY_PY_USELECT_DEF \
253254
MICROPY_PY_TERMIOS_DEF \
255+
{ MP_ROM_QSTR(MP_QSTR_iyo_hwio), MP_ROM_PTR(&mp_module_iyo_hwio) }, \
254256

255257
// type definitions for the specific machine
256258

0 commit comments

Comments
 (0)