fix(serial): Fix serial_flush_from_isr always yielding
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>
Please register or sign in to comment