Skip to content

Commit

Permalink
Add 1ms wait
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero committed Aug 1, 2024
1 parent 87f21ef commit 7afff4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class AsioDriver : public DriverInterface
}
virtual bool send(const Frame & msg)
{
usleep(1000);
return getState().driver_state == State::ready && enqueue(msg);
}

Expand Down

0 comments on commit 7afff4c

Please sign in to comment.