diff options
| author | Nick Moore | 2017-09-12 10:12:22 +1000 |
|---|---|---|
| committer | Damien George | 2017-12-13 14:48:53 +1100 |
| commit | b74809c70a78cc7fd7796f46776b17f8cf6ad3a4 (patch) | |
| tree | b5eeaf7ef3c28b9ea8f26d37b9f79e710a4856a2 | |
| parent | 6cc716c4aa86f35f14930abbb02c6d63f9329aa1 (diff) | |
esp32/mpconfigport.h: Add missing uhashlib.
| -rw-r--r-- | ports/esp32/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h index 2c3259324..3c4b77d3d 100644 --- a/ports/esp32/mpconfigport.h +++ b/ports/esp32/mpconfigport.h @@ -176,6 +176,7 @@ extern const struct _mp_obj_module_t mp_module_onewire; { MP_OBJ_NEW_QSTR(MP_QSTR_machine), (mp_obj_t)&mp_module_machine }, \ { MP_OBJ_NEW_QSTR(MP_QSTR_network), (mp_obj_t)&mp_module_network }, \ { MP_OBJ_NEW_QSTR(MP_QSTR__onewire), (mp_obj_t)&mp_module_onewire }, \ + { MP_OBJ_NEW_QSTR(MP_QSTR_uhashlib), (mp_obj_t)&mp_module_uhashlib }, \ #define MICROPY_PORT_BUILTIN_MODULE_WEAK_LINKS \ { MP_OBJ_NEW_QSTR(MP_QSTR_binascii), (mp_obj_t)&mp_module_ubinascii }, \ |
