File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -635,12 +635,7 @@ extern const struct _mp_obj_module_t pwmio_module;
635
635
#define PWMIO_MODULE
636
636
#endif
637
637
638
- #if CIRCUITPY_QRIO
639
- extern const struct _mp_obj_module_t qrio_module ;
640
- #define QRIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_qrio), (mp_obj_t)&qrio_module },
641
- #else
642
- #define QRIO_MODULE
643
- #endif
638
+ // CIRCUITPY_QRIO uses MP_REGISTER_MODULE
644
639
645
640
#if CIRCUITPY_RAINBOWIO
646
641
extern const struct _mp_obj_module_t rainbowio_module ;
Original file line number Diff line number Diff line change @@ -161,9 +161,6 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = {
161
161
{ MP_ROM_QSTR (MP_QSTR_builtins ), MP_ROM_PTR (& mp_module_builtins ) },
162
162
{ MP_ROM_QSTR (MP_QSTR_micropython ), MP_ROM_PTR (& mp_module_micropython ) },
163
163
164
- #if MICROPY_PY_ARRAY
165
- { MP_ROM_QSTR (MP_QSTR_array ), MP_ROM_PTR (& mp_module_array ) },
166
- #endif
167
164
#if MICROPY_PY_IO
168
165
#if CIRCUITPY
169
166
{ MP_ROM_QSTR (MP_QSTR_io ), MP_ROM_PTR (& mp_module_io ) },
You can’t perform that action at this time.
0 commit comments