mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Reordered error downgrading, order of going offline, and renamed locks
This commit is contained in:
@@ -293,7 +293,6 @@ void STM32::readTask() {
|
||||
if(bytesRead > 0)
|
||||
readQueue.enqueue_bulk(readbuf, bytesRead);
|
||||
}
|
||||
EventManager::GetInstance().cancelErrorDowngradingOnCurrentThread();
|
||||
}
|
||||
|
||||
void STM32::writeTask() {
|
||||
|
||||
Reference in New Issue
Block a user