mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
arch/xtensa/esp32s2: Fix touch function typo
This commit is contained in:
committed by
Xiang Xiao
parent
5f9cb6faf4
commit
247aad82f2
@@ -965,7 +965,7 @@ static inline enum touch_conn_type_e
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
static inline enum touch_pad_e touch_ll_get_current_meas_channel(void)
|
||||
static inline enum touch_pad_e touch_lh_get_current_meas_channel(void)
|
||||
{
|
||||
return (enum touch_pad_e)
|
||||
REG_GET_FIELD(SENS_SAR_TOUCH_STATUS0_REG,
|
||||
|
||||
Reference in New Issue
Block a user