mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-05 19:01:54 +00:00
Added default constr + Assert after creation
This commit is contained in:
@@ -19,6 +19,7 @@ namespace sta
|
||||
class RtosTimer : public Timer
|
||||
{
|
||||
public:
|
||||
RtosTimer();
|
||||
RtosTimer(void (*callback)(void *arg), void *arg);
|
||||
~RtosTimer();
|
||||
|
||||
@@ -31,4 +32,4 @@ namespace sta
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
#endif // STA_RTOS_TIMER_HPP
|
||||
#endif // STA_RTOS_TIMER_HPP
|
||||
|
Reference in New Issue
Block a user