mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Renamed checkTerminationRequest to avoid confusion about the actual behavior
This commit is contained in:
@@ -54,7 +54,7 @@ namespace sta
|
||||
terminate_ = true;
|
||||
}
|
||||
|
||||
bool RtosThread::checkTerminationRequest()
|
||||
bool RtosThread::resetTerminationRequest()
|
||||
{
|
||||
bool temp = terminate_;
|
||||
terminate_ = false;
|
||||
|
Reference in New Issue
Block a user