Forked from
card10 / firmware
704 commits behind the upstream repository.

rahix
authored
By passing `&resched` instead of just `resched`, the internal comparison
in FreeRTOS would always evaluate to rescheduling. Curiously, only some
GCC versions emit the -Waddress warning for this while others do not ...
Signed-off-by:
Rahix <rahix@rahix.de>