Skip to content

Commit

Permalink
Update examples/fabric-admin/device_manager/PairingManager.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Terence Hampson <[email protected]>
  • Loading branch information
yufengwangca and tehampson authored Oct 3, 2024
1 parent 1e454d2 commit e5522ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fabric-admin/device_manager/PairingManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void PairingManager::OnReadCommissioningInfo(const Controller::ReadCommissioning
info.basic.productId);

// The string in CharSpan received from the device is not null-terminated, we use std::string here for coping and
// appending a numm-terminator at the end of the string.
// appending a null-terminator at the end of the string.
std::string userActiveModeTriggerInstruction;

// Note: the callback doesn't own the buffer, should make a copy if it will be used it later.
Expand Down

0 comments on commit e5522ee

Please sign in to comment.