Skip to content

Commit

Permalink
89NorthLDI: make sure respone is empty in case GetSerialAnswer
Browse files Browse the repository at this point in the history
does not change its value.
  • Loading branch information
Nico Stuurman committed Nov 25, 2022
1 parent 4ad0482 commit 5d20b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DeviceAdapters/89NorthLDI/LDI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ bool LDI::sendCOMMessage(const std::string & message, std::string& response)
return false;
}

response = "";
clock_t start = clock();
while (true)
{
Expand Down

0 comments on commit 5d20b79

Please sign in to comment.