Skip to content

Commit

Permalink
commented out timeout parameter from SerialAgentWindows::readData()
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastieninria committed Oct 24, 2023
1 parent 0f115c4 commit d51d8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/transport/serial/SerialAgentWindows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ssize_t SerialAgent::write_data(
ssize_t SerialAgent::read_data(
uint8_t* buf,
size_t len,
int timeout,
int /*timeout*/,
TransportRc& transport_rc)
{
DWORD bytes_read = 0;
Expand Down

0 comments on commit d51d8b0

Please sign in to comment.