Renamed checkTerminationRequest to avoid confusion about the actual behavior

This commit is contained in:
dario
2023-10-28 20:12:27 +02:00
parent 3900c7ba77
commit 0e96b2ec29
2 changed files with 5 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ namespace sta
terminate_ = true;
}
bool RtosThread::checkTerminationRequest()
bool RtosThread::resetTerminationRequest()
{
bool temp = terminate_;
terminate_ = false;