mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Driver: Add general predicate parameter for waitForRx
This commit is contained in:
@@ -190,7 +190,7 @@ void CDCACM::readTask() {
|
||||
}
|
||||
std::cout << std::dec << std::endl;
|
||||
#endif
|
||||
writeToReadBuffer(readbuf, bytesRead);
|
||||
pushRx(readbuf, bytesRead);
|
||||
} else {
|
||||
if(modeChanging) {
|
||||
// We were expecting a disconnect for reenumeration
|
||||
|
||||
Reference in New Issue
Block a user