Merge branch 'bugfix/add_mutex_for_some_touchpad_apis' into 'master'

fix(touch): add_mutex_for_some_touchpad_apis

See merge request idf/esp-idf!2714
This commit is contained in:
Angus Gratton
2018-08-08 16:28:28 +08:00
2 changed files with 10 additions and 5 deletions

View File

@@ -122,6 +122,7 @@ esp_err_t touch_pad_init();
/**
* @brief Un-install touch pad driver.
* @note After this function is called, other touch functions are prohibited from being called.
* @return
* - ESP_OK Success
* - ESP_FAIL Touch pad driver not initialized