Skip to content

Commit

Permalink
Removing sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
stefi07 committed May 2, 2024
1 parent 123bc49 commit 3507e34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/fsmCtrl/fsmCtrl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,6 @@ namespace MagAOX
// Send command packet
(&UartParser)->TxBinaryPacket(pztQuery->getPayloadType(), pztQuery->getPayloadData(), pztQuery->getPayloadLen());

// Allow time for fsm to respond, it's not instantaneous
sleep(3);

// The packet is read byte by byte, so keep going while there are bytes left
bool Bored = false;
while (!Bored)
Expand Down

0 comments on commit 3507e34

Please sign in to comment.