Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 59ab4a2

Browse files
committed
Add missing uhashlib back in #178
1 parent 56f1860 commit 59ab4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp32/mpconfigport.h

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ extern const struct _mp_obj_module_t mp_module_onewire;
176176
{ MP_OBJ_NEW_QSTR(MP_QSTR_machine), (mp_obj_t)&mp_module_machine }, \
177177
{ MP_OBJ_NEW_QSTR(MP_QSTR_network), (mp_obj_t)&mp_module_network }, \
178178
{ MP_OBJ_NEW_QSTR(MP_QSTR__onewire), (mp_obj_t)&mp_module_onewire }, \
179+
{ MP_OBJ_NEW_QSTR(MP_QSTR_uhashlib), (mp_obj_t)&mp_module_uhashlib }, \
179180

180181
#define MICROPY_PORT_BUILTIN_MODULE_WEAK_LINKS \
181182
{ MP_OBJ_NEW_QSTR(MP_QSTR_binascii), (mp_obj_t)&mp_module_ubinascii }, \

0 commit comments

Comments
 (0)