Skip to content

Commit

Permalink
Replace Nvm_Init with KvsInit
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbudzon-q committed Dec 2, 2021
1 parent dc10c82 commit c956dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/qpg/qpgConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace Internal {

CHIP_ERROR QPGConfig::Init()
{
qvCHIP_Nvm_Init();
qvCHIP_KvsInit();

return CHIP_NO_ERROR;
}
Expand Down

0 comments on commit c956dec

Please sign in to comment.