arch/xtensa/esp32: Fix typo in SENS registers

This commit is contained in:
Lucas Saavedra Vaz 2022-11-22 15:19:27 -03:00 committed by Xiang Xiao
parent 15dadd0099
commit f9a9512d3c
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@
#define SENS_TOUCH_PAD_OUTEN2_V 0x3ff
#define SENS_TOUCH_PAD_OUTEN2_S 10
/* SENS_TOUCH_PAD_WORKEN : R/W; bitpos: [19:10]; default: 0x3ff; */
/* SENS_TOUCH_PAD_WORKEN : R/W; bitpos: [9:0]; default: 0x3ff; */
#define SENS_TOUCH_PAD_WORKEN 0x000003ff
#define SENS_TOUCH_PAD_WORKEN_M (SENS_TOUCH_PAD_WORKEN_V << \