Skip to content

Commit

Permalink
[ASR] Bump asr sdk to update factory data tlv (project-chip#29307)
Browse files Browse the repository at this point in the history
Co-authored-by: weicheng <[email protected]>
  • Loading branch information
tx2rx and asriot committed Sep 18, 2023
1 parent a3a11f5 commit 764358b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/platform/ASR/ASRFactoryDataProvider.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CHIP_ERROR ASRFactoryDataProvider::Init()
if (ret != 0)
{
err = CHIP_ERROR_INTERNAL;
ChipLogError(DeviceLayer, "The hash of factory bin is not correct.");
ChipLogError(DeviceLayer, "ASR factory data check failed.");
}
#endif
return err;
Expand Down
2 changes: 1 addition & 1 deletion third_party/asr/asr550x/asr_sdk

0 comments on commit 764358b

Please sign in to comment.