Skip to content

Commit

Permalink
Update src/cli/cli_tcat.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Abtin Keshavarzian <abtink@google.com>
  • Loading branch information
Przemysław Bida and abtink authored Aug 8, 2024
1 parent ffae376 commit adf345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli_tcat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static bool IsDeviceIdSet(void)
{
bool ret = false;

for (otTcatAdvertisedDeviceId &vendorDeviceId : sAdvertisedDeviceIds)
for (const otTcatAdvertisedDeviceId &vendorDeviceId : sAdvertisedDeviceIds)
{
VerifyOrExit(vendorDeviceId.mDeviceIdType == OT_TCAT_DEVICE_ID_EMPTY, ret = true);
}
Expand Down

0 comments on commit adf345f

Please sign in to comment.