mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
This commit fixes an issue with no-split ring buffers where in the the buffer did not receive items correctly if the acquire pointer wraps around before items are sent to it.