NVM: added nvm_getDesc function to Module17 driver

This commit is contained in:
marco 2025-02-08 19:15:11 +01:00 committed by Silvano Seva
parent 40e2e5c38e
commit 0ef8e6eed9
1 changed files with 6 additions and 0 deletions

View File

@ -119,6 +119,12 @@ void nvm_readCalibData(void *buf)
(void) buf;
}
const struct nvmDescriptor *nvm_getDesc(const size_t index)
{
(void) index;
return NULL;
}
void nvm_readHwInfo(hwInfo_t *info)
{
(void) info;