fixes + timer isRunning

This commit is contained in:
CarlWachter
2023-09-18 20:45:09 +02:00
parent 580524c6e6
commit a38f678d41
2 changed files with 7 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ namespace sta
void start(uint32_t millis) override;
void stop() override;
bool isRunning() override;
private:
osTimerId_t timer_id_; /**< CMSIS RTOS2 Timer */