Conversation
Modified a bit on the TX ring buffer push size logic Closes espressif#15859
…is full Introduced in c062cd9
MIN() macro is only an expansion of a conditional operator. xRingbufferGetCurFreeSize was called twice in the original code, which may return different values in two calls, leading to incorrect send_size calculation and eventually could trigger task watchdog.
👋 Hello floitsch, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Backports of