Skip to content

Commit

Permalink
Replace Nvm_Init with KvsInit. Update qvCHIP API.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbudzon-q committed Dec 10, 2021
1 parent d27ac43 commit 5661ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion third_party/qpg_sdk/repo
Submodule repo updated from 874261 to 064dd4

0 comments on commit 5661ad0

Please sign in to comment.