FreeRTOS-rust icon indicating copy to clipboard operation
FreeRTOS-rust copied to clipboard

Fix interpreting `x_higher_priority_task_woken` value as a pointer

Open agerasev opened this issue 1 year ago • 0 comments

Also:

  • Require InterruptContext to be mutable to avoid introducing interior mutability.
  • Add higher_priority_task_woken method to it to have a way to check the flag value.

agerasev avatar Mar 26 '24 01:03 agerasev