]> begriffs open source - freertos/commit
Update xPortRunning before resuming first task (#1049)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Tue, 7 May 2024 15:17:14 +0000 (20:47 +0530)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 15:17:14 +0000 (20:47 +0530)
commit78c8bbde0e7cbcca40ba3ed97ea1fd2b34e255be
tree4bed3a851edb28400c34bea0876a7e9dec230461
parent2eb2d653bff44addcc03ee8f72b2d3bdc33a787f
Update xPortRunning before resuming first task (#1049)

The variable `xPortRunning` is now updated before starting the first
task.

It fixes the following issue -
https://forums.freertos.org/t/possible-bug-in-the-way-prvtimertask-thread-function-is-started-in-win32-port/19959/

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
portable/MSVC-MingW/port.c