Skip to content

Commit f431b24

Browse files
committed
restore nvm module
1 parent 8d82e4b commit f431b24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared-bindings/nvm/__init__.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ const mp_obj_module_t nvm_module = {
5050
.base = { &mp_type_module },
5151
.globals = (mp_obj_dict_t *)&nvm_module_globals,
5252
};
53+
54+
MP_REGISTER_MODULE(MP_QSTR_nvm, nvm_module, CIRCUITPY_NVM);

0 commit comments

Comments
 (0)