Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Probable race condition causes enumeration failure.
setup_count is a uint8_t: we must check that it is > 0 before decrementing it, otherwise it takes a high positive value, the following if condition is true and the setup doesn't take place.
- Loading branch information