mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f9fba35d1d
component/bt : modify alarm APIs to be safely accessible from multiple tasks Improve the osi_alarm module to make the alarm APIs become thread safe. See merge request !570