esp32: fix lower half oneshot for usage with nxsched_oneshot_start
This commit is contained in:
parent
e2a7cee5ed
commit
57034f483d
@ -211,7 +211,6 @@ static int esp32_lh_start(struct oneshot_lowerhalf_s *lower,
|
||||
|
||||
DEBUGASSERT(priv != NULL);
|
||||
DEBUGASSERT(callback != NULL);
|
||||
DEBUGASSERT(arg != NULL);
|
||||
DEBUGASSERT(ts != NULL);
|
||||
|
||||
/* Save the callback information and start the timer */
|
||||
|
Loading…
Reference in New Issue
Block a user