mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-11 02:26:00 +00:00
Merged isRunning changes into callback changes branch
This commit is contained in:
commit
e843de9103
@ -60,7 +60,7 @@ namespace sta
|
||||
/**
|
||||
* @returns True of the timmer is currently running.
|
||||
*/
|
||||
bool isRunning();
|
||||
bool isRunning() override;
|
||||
|
||||
private:
|
||||
static void timeoutHandler(void* arg);
|
||||
|
@ -62,7 +62,7 @@ namespace sta {
|
||||
|
||||
bool RtosTimer::isRunning()
|
||||
{
|
||||
return running_;
|
||||
return osTimerIsRunning(timer_id_);
|
||||
}
|
||||
|
||||
void RtosTimer::timeoutHandler(void* arg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user