We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3281e14 commit 84c7ac4Copy full SHA for 84c7ac4
ports/raspberrypi/bindings/cyw43/__init__.c
@@ -80,7 +80,7 @@ const mcu_pin_obj_t *validate_obj_is_free_pin_including_cyw43(mp_obj_t obj) {
80
STATIC const mp_rom_map_elem_t cyw43_module_globals_table[] = {
81
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_cyw43) },
82
{ MP_ROM_QSTR(MP_QSTR_CywPin), MP_ROM_QSTR(MP_QSTR_CywPin) },
83
- { MP_ROM_QSTR(MP_QSTR_set_power_management), MP_ROM_QSTR(MP_QSTR_set_power_management) },
+ { MP_ROM_QSTR(MP_QSTR_set_power_management), &cyw43_set_power_management_obj },
84
};
85
86
STATIC MP_DEFINE_CONST_DICT(cyw43_module_globals, cyw43_module_globals_table);
0 commit comments