]> begriffs open source - freertos/commit
Add configUSE_MUTEXES to function declarations in header (#504)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Tue, 21 Jun 2022 10:34:52 +0000 (03:34 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 10:34:52 +0000 (16:04 +0530)
commitd5771a7a603091c4a5bda5bbfd84985ec71a71c7
tree56527c1dc1e0b1b860002d6d8f9df2ac556da8bd
parent0b46492740518eb7ba90ecbfbd8a5d2228a0fed7
Add configUSE_MUTEXES to function declarations in header (#504)

This commit adds the configUSE_MUTEXES guard to the function
declarations in semphr.h which are only available when configUSE_MUTEXES
is set to 1.

It was reported here - https://forums.freertos.org/t/mutex-missing-reference-to-configuse-mutexes-on-the-online-documentation/15231

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
include/semphr.h