pmckinnis wrote on Monday, July 25, 2016:
The xTicksToWait
parameter in ulTaskNotifyTake()
and xTaskNotifyWait()
doesn’t specify that portMAX_DELAY
may be used to wait forever. So, is this supported? (I browsed the source, and It looks like it is).
Either way, it probably makes sense to update the documentation of ulTaskNotifyTake()
and xTaskNotifyWait()
to clarify.