Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regression Bug Fix: Fix Incorrect Return of MSVC-MingW portYIELD_FROM…
…_ISR (#1207) There is a regression issue introduced in cfc2688. This PR was intended to update MIT licensed header from v9 to v10. But it accidentally changed "portYIELD_FROM_ISR( x )" in MSVC-MingW/portmacro.h. It caused "portYIELD_FROM_ISR( x )" does not return correct value to "prvProcessSimulatedInterrupts".
- Loading branch information