Skip to content

Commit

Permalink
remove useless delay
Browse files Browse the repository at this point in the history
  • Loading branch information
houkhouk committed May 27, 2024
1 parent 7208271 commit 5357bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network/serial_network/HAL/NATIVE/serial_network_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ void SerialHAL_Send(uint8_t *data, uint16_t size)
}
else
{
usleep(1000);
totalBytesWritten += bytesWritten;
}
}
Expand Down

0 comments on commit 5357bf3

Please sign in to comment.