restore nvm module
This commit is contained in:
parent
8d82e4ba5f
commit
f431b2459c
|
@ -50,3 +50,5 @@ const mp_obj_module_t nvm_module = {
|
|||
.base = { &mp_type_module },
|
||||
.globals = (mp_obj_dict_t *)&nvm_module_globals,
|
||||
};
|
||||
|
||||
MP_REGISTER_MODULE(MP_QSTR_nvm, nvm_module, CIRCUITPY_NVM);
|
||||
|
|
Loading…
Reference in New Issue