mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Merged isRunning changes into callback changes branch
This commit is contained in:
@@ -62,8 +62,8 @@ namespace sta {
|
||||
|
||||
bool RtosTimer::isRunning()
|
||||
{
|
||||
return running_;
|
||||
}
|
||||
return osTimerIsRunning(timer_id_);
|
||||
}
|
||||
|
||||
void RtosTimer::timeoutHandler(void* arg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user