mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e1d4551459
xSemaphoreTakeRecursive() returned before the fix: pdFALSE(equal to pdFAIL) when the call was successful in obtaining the semaphore and pdTRUE(equal to pdPASS) when the call did not successfully obtain the semaphore. According to freertos documentation: "pdPASS Returned only if the call to xSemaphoreTakeRecursive() was successful in obtaining the semaphore" "pdFAIL Returned if the call to xSemaphoreTakeRecursive() did not successfully obtain the semaphore." Fixed it to return the correct value. |
||
---|---|---|
.. | ||
bin | ||
esp-can | ||
esp-eth | ||
esp-wifi | ||
freertos | ||
include | ||
ld | ||
periph | ||
vendor | ||
doc.txt | ||
esp_events.c | ||
esp_xtimer.c | ||
exceptions.c | ||
gen_esp32part.py | ||
irq_arch.c | ||
log_module.c | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
periph_cpu.c | ||
startup.c | ||
syscalls.c | ||
thread_arch.c | ||
tools.c |