Removed cancellation of error downgrading after closing, was causing read access violations.

This commit is contained in:
EricLiu2000
2019-08-01 14:07:42 -04:00
parent 055cae1232
commit f41b5c4a79
7 changed files with 0 additions and 12 deletions
-1
View File
@@ -309,5 +309,4 @@ void STM32::writeTask() {
report(APIEvent::Type::FailedToWrite, APIEvent::Severity::Error);
onWrite();
}
EventManager::GetInstance().cancelErrorDowngradingOnCurrentThread();
}