Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing committed Aug 31, 2020
1 parent c20c3d4 commit bb37290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chip-tool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ void DoOnOff(DeviceController::ChipDeviceController * controller, Command comman
if (!cvWaitingForResponse.wait_until(lk, waitingUntil, []() { return !waitingForResponse.load(); }))
{
fprintf(stderr, "No response from device.\n");
};
}
}

CHIP_ERROR ExecuteCommand(DeviceController::ChipDeviceController * controller, Command command, CommandArgs & commandArgs)
Expand Down

0 comments on commit bb37290

Please sign in to comment.