Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Sep 3, 2024
1 parent e3d9480 commit ba87833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/ChipDeviceController-Discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ PyChipError pychip_CreateManualCode(uint16_t longDiscriminator, uint32_t passcod
*outBufSize = span.size();
if (*outBufSize == 0)
{
err == CHIP_ERROR_NO_MEMORY;
err = CHIP_ERROR_NO_MEMORY;
}
}

Expand Down

0 comments on commit ba87833

Please sign in to comment.