Skip to content

Commit

Permalink
Restyled files
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs committed Jun 30, 2022
1 parent d9893c8 commit 9e4389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/EFR32/DiagnosticDataProviderImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ CHIP_ERROR DiagnosticDataProviderImpl::GetWiFiBssId(ByteSpan & BssId)
static uint8_t bssid[6];
if (err == 0)
{
memcpy(bssid,ap.bssid,6);
memcpy(bssid, ap.bssid, 6);
BssId = ByteSpan(bssid, 6);
return CHIP_NO_ERROR;
}
Expand Down

0 comments on commit 9e4389f

Please sign in to comment.