File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ extern const struct _mp_obj_module_t mp_module_termios;
205205extern const struct _mp_obj_module_t mp_module_socket ;
206206extern const struct _mp_obj_module_t mp_module_ffi ;
207207extern 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
You can’t perform that action at this time.
0 commit comments