NVM: added nvm_getDesc function to Module17 driver
This commit is contained in:
parent
40e2e5c38e
commit
0ef8e6eed9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue