pbleyer wrote on Tuesday, April 10, 2012:
Hello.
Is there a reason NULL is not allowed as the pxHigherPriorityTaskWoken argument of xSemaphoreGiveFromISR? Many times I don’t need to know if a higher priority task was awaken and could pass NULL to the function instead, like some other API functions.
Thanks. Regards.