mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-12 02:36:00 +00:00
Completely removed timer argument that caused crashes
This commit is contained in:
parent
e843de9103
commit
6d444e7cfc
@ -6,7 +6,7 @@
|
||||
namespace sta {
|
||||
RtosTimer::RtosTimer(void (*callback)(void *arg), void *arg)
|
||||
: timer_id_{NULL},
|
||||
timer_attr_{.name="Timer", .attr_bits=osTimerOnce, /*.cb_size=sizeof(osTimerAttr_t)*/},
|
||||
timer_attr_{.name="Timer", .attr_bits=osTimerOnce},
|
||||
callback_{callback},
|
||||
callbackArg_{arg},
|
||||
running_{false}
|
||||
|
Loading…
x
Reference in New Issue
Block a user