]> begriffs open source - freertos/commit
Updated tasks.c checks for scheduler suspension (#670)
authorSudeep Mohanty <91244425+sudeep-mohanty@users.noreply.github.com>
Mon, 8 May 2023 06:57:28 +0000 (08:57 +0200)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 06:57:28 +0000 (12:27 +0530)
commit4550780f0c686cb60c563d0f99f5d8079d864a71
treee94182cbb82fda3dc30c08d31e8e6cdd0914f95c
parenteb00a535a1bcfb4bb4570ff018fd3aa3e6ddade1
Updated tasks.c checks for scheduler suspension (#670)

This commit updates the checks for the variable uxSchedulerSuspended in
tasks.c module to use a uniform format.

Signed-off-by: Sudeep Mohanty <sudp.mohanty@gmail.com>
tasks.c