mirror of
https://github.com/espressif/esp-idf
synced 2025-03-18 05:29:10 -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.