mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-16 01:49:06 +08:00
When the host reset the connection without reading the response packet first, the TX-empty semaphore would never get released, thereby blocking any further TX communication. This commit just overrides the TX buffer if the semaphore wait times out.