mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
There should be only one workqueue for BTU task. The queue length for the second workqueue of BTU can be uninitialized and caused memory overflow and corruption. Closes https://github.com/espressif/esp-idf/issues/9507