gustavonihei commented on code in PR #8202: URL: https://github.com/apache/nuttx/pull/8202#discussion_r1082824622
########## arch/xtensa/src/esp32/esp32_touch.c: ########## @@ -51,7 +51,7 @@ #define TOUCH_PAD_FILTER_FACTOR_DEFAULT (4) /* IIR filter coefficient */ #define TOUCH_PAD_SHIFT_DEFAULT (4) /* Increase computing accuracy */ #define TOUCH_PAD_SHIFT_ROUND_DEFAULT (8) /* ROUND = 2^(n-1) */ -#define TOUCH_GET_IO_NUM(channel) (touch_channel_to_gpio[channel]) +#define TOUCH_GET_RTCIO_NUM(channel) (touch_channel_to_rtcio[channel]) Review Comment: ```suggestion #define TOUCH_GET_RTCIO_NUM(channel) (touch_channel_to_rtcio[channel]) ``` nit: align to previous line -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org