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 @@ -115,6 +115,7 @@ extern const struct _mp_obj_module_t machine_module;
115
115
extern const struct _mp_obj_module_t microbit_module ;
116
116
extern const struct _mp_obj_module_t music_module ;
117
117
extern const struct _mp_obj_module_t os_module ;
118
+ extern const struct _mp_obj_module_t power_module ;
118
119
extern const struct _mp_obj_module_t radio_module ;
119
120
extern const struct _mp_obj_module_t speech_module ;
120
121
extern const struct _mp_obj_module_t this_module ;
@@ -129,6 +130,7 @@ extern const struct _mp_obj_module_t utime_module;
129
130
{ MP_ROM_QSTR(MP_QSTR_microbit), MP_ROM_PTR(µbit_module) }, \
130
131
{ MP_ROM_QSTR(MP_QSTR_music), MP_ROM_PTR(&music_module) }, \
131
132
{ MP_ROM_QSTR(MP_QSTR_os), MP_ROM_PTR(&os_module) }, \
133
+ { MP_ROM_QSTR(MP_QSTR_power), MP_ROM_PTR(&power_module) }, \
132
134
{ MP_ROM_QSTR(MP_QSTR_radio), MP_ROM_PTR(&radio_module) }, \
133
135
{ MP_ROM_QSTR(MP_QSTR_speech), MP_ROM_PTR(&speech_module) }, \
134
136
{ MP_ROM_QSTR(MP_QSTR_this), MP_ROM_PTR(&this_module) }, \
You can’t perform that action at this time.
0 commit comments