diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2020-09-10 11:31:01 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-09-11 11:03:29 +1000 |
commit | 50efce81740901fee6f5191db36a48ada13ef6df (patch) | |
tree | 75898aa94befca10daaa5a327adf353b519240e3 | |
parent | 70bec41089eef26122d6c2cbd06bf359bc0ab253 (diff) |
esp32/mpconfigport.h: Remove duplicate uhashlib registration.
-rw-r--r-- | ports/esp32/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h index 7c09bdbd9..663fed3f6 100644 --- a/ports/esp32/mpconfigport.h +++ b/ports/esp32/mpconfigport.h @@ -200,7 +200,6 @@ 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 MP_STATE_PORT MP_STATE_VM |