mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
docs: Fix some typos
This commit is contained in:

committed by
Zhang Xiao Yan

parent
bf1b16554a
commit
62d4115e08
@@ -186,7 +186,7 @@ void touch_hal_filter_get_config(touch_filter_config_t *filter_info);
|
||||
* Force reset benchmark to raw data of touch sensor.
|
||||
*
|
||||
* @param touch_num touch pad index
|
||||
* - TOUCH_PAD_MAX Reset basaline of all channels.
|
||||
* - TOUCH_PAD_MAX Reset baseline of all channels.
|
||||
*/
|
||||
#define touch_hal_reset_benchmark(touch_num) touch_ll_reset_benchmark(touch_num)
|
||||
|
||||
|
@@ -1441,7 +1441,7 @@ static inline void IRAM_ATTR touch_ll_read_benchmark(touch_pad_t touch_num, uint
|
||||
*
|
||||
* @note If call this API, make sure enable clock gate(`touch_ll_clkgate`) first.
|
||||
* @param touch_num touch pad index
|
||||
* - TOUCH_PAD_MAX Reset basaline of all channels.
|
||||
* - TOUCH_PAD_MAX Reset baseline of all channels.
|
||||
*/
|
||||
static inline void touch_ll_reset_benchmark(touch_pad_t touch_num)
|
||||
{
|
||||
|
Reference in New Issue
Block a user