esp32: fix lower half oneshot for usage with nxsched_oneshot_start

This commit is contained in:
Max Kriegleder 2023-01-20 00:20:18 +01:00 committed by Xiang Xiao
parent e2a7cee5ed
commit 57034f483d

View File

@ -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 */