Added list of NVM areas to Module17

This commit is contained in:
Silvano Seva 2023-11-21 14:10:32 +01:00
parent ecd3602662
commit f94e6ce49e
1 changed files with 7 additions and 0 deletions

View File

@ -107,6 +107,13 @@ void nvm_terminate()
}
size_t nvm_getMemoryAreas(const struct nvmArea **list)
{
*list = NULL;
return 0;
}
void nvm_readCalibData(void *buf)
{
(void) buf;