restore nvm module

This commit is contained in:
Jeff Epler 2022-10-06 13:18:19 -05:00
parent 8d82e4ba5f
commit f431b2459c
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 2 additions and 0 deletions

View File

@ -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);