]> begriffs open source - freertos/commit
Regression Bug Fix: Fix Incorrect Return of MSVC-MingW portYIELD_FROM_ISR (#1207)
authorwwhheerree <wwhheerree@hotmail.com>
Mon, 16 Dec 2024 13:18:54 +0000 (21:18 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2024 13:18:54 +0000 (18:48 +0530)
commit3ddfffda048a6991f5059332e949a2ee084a5173
treed7abf3eeaa1406fe7511d757060fe3505ae5acec
parentb58005a4da1bb5380fda8796b862451d42358839
Regression Bug Fix: Fix Incorrect Return of MSVC-MingW portYIELD_FROM_ISR (#1207)

There is a regression issue introduced in
    https://github.com/FreeRTOS/FreeRTOS-Kernel/commit/cfc268814a94a4deb8ddc8322b63ccae270a8669.
    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".
portable/MSVC-MingW/portmacro.h