8000 esp8266: restore machine module · sparkfun/circuitpython@e1eb180 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1eb180

Browse files
dhalberttannewt
authored andcommitted
esp8266: restore machine module
1 parent 7932df0 commit e1eb180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ extern const struct _mp_obj_module_t multiterminal_module;
178178
{ MP_OBJ_NEW_QSTR(MP_QSTR_usocket), (mp_obj_t)&mp_module_lwip }, \
179179
{ MP_OBJ_NEW_QSTR(MP_QSTR_network), (mp_obj_t)&network_module }, \
180180
{ MP_OBJ_NEW_QSTR(MP_QSTR_os), (mp_obj_t)&os_module }, \
181+
{ MP_OBJ_NEW_QSTR(MP_QSTR_machine), (mp_obj_t)&mp_module_machine }, \
181182
{ MP_ROM_QSTR(MP_QSTR__onewire), MP_ROM_PTR(&mp_module_onewire) }, \
182183
{ MP_OBJ_NEW_QSTR(MP_QSTR_microcontroller), (mp_obj_t)&microcontroller_module }, \
183184
{ MP_OBJ_NEW_QSTR(MP_QSTR_board), (mp_obj_t)&board_module }, \

0 commit comments

Comments
 (0)
0