mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-30 04:15:06 +00:00
62bf3932f9
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.