The comment on this line says:
/*
* vTaskDelayUntil() is the older version of xTaskDelayUntil() and does not
* return a value.
*/
So you should use 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
.