mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2026-01-25 16:42:23 +01:00
Instead of incrementing the notificatin value via `xTaskNotifyGive` this will now set a specific bit in the task notification value which will be tested before blocking a task. This will prevent a task from blocking indefinitely if the event that calls `taskRelease` occurs before entering the blocked state. * Adds a config setting for the bit to set in the task notification value.
4.3 KiB
4.3 KiB