Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid race condition enabling EP0 RX
Even if RX_ST is reset and EP0 is set to NAK, a Setup packet can still be received early. Don't enable receive if that happens, but instead let the next iteration of the ISR handle it.
- Loading branch information