vTaskDelayUntil() vs v´xTaskDelayUntil()

The comment on this line says:

/*
 * vTaskDelayUntil() is the older version of xTaskDelayUntil() and does not
 * return a value.
 */

So you should use xTaskDelayUntil.

1 Like