Closed
Description
Hello Phillip,
The *GiveFromISR()
functions have a pxHigherPriorityTaskWoken
parameter. This can be optionally NULL, but the examples make use of it, stating the actual macro used here is port specific.
What's the right macro to use in this AVR port from your point of view? And if it's a macro (and not a function), can it be handled port agnostic using some #ifdef
s?
Thanks,
Flössie