We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c7089 commit d618bfeCopy full SHA for d618bfe
1 file changed
ports/unix/mpconfigport.h
@@ -205,6 +205,7 @@ extern const struct _mp_obj_module_t mp_module_termios;
205
extern const struct _mp_obj_module_t mp_module_socket;
206
extern const struct _mp_obj_module_t mp_module_ffi;
207
extern const struct _mp_obj_module_t mp_module_jni;
208
+extern const struct _mp_obj_module_t mp_module_iyo_hwio;
209
210
#if MICROPY_PY_UOS_VFS
211
#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;
251
252
MICROPY_PY_UOS_DEF \
253
MICROPY_PY_USELECT_DEF \
254
MICROPY_PY_TERMIOS_DEF \
255
+ { MP_ROM_QSTR(MP_QSTR_iyo_hwio), MP_ROM_PTR(&mp_module_iyo_hwio) }, \
256
257
// type definitions for the specific machine
258
0 commit comments