Skip to content

Commit

Permalink
Update src/app/clusters/scenes/ExtensionFieldSetsImpl.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Sep 20, 2023
1 parent 4327150 commit 3575768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clusters/scenes/ExtensionFieldSetsImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CHIP_ERROR ExtensionFieldSetsImpl::InsertFieldSet(ExtensionFieldsSet & fieldSet)
break;
}

if (this->mEFS[i].IsEmpty() && firstEmptyPosition == 0xFF)
if (this->mEFS[i].IsEmpty() && firstEmptyPosition == kInvalidPosition)
{
firstEmptyPosition = i;
}
Expand Down

0 comments on commit 3575768

Please sign in to comment.