xiaoxiang781216 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187948191
########## drivers/input/ft5x06.c: ########## @@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv, FAR char *buffer, /* Get the reported X and Y positions */ - #ifdef CONFIG_FT5X06_SWAPXY +#ifdef CONFIG_FT5X06_SWAPXY Review Comment: why not use the framework swap and remove CONFIG_FT5X06_SWAPXY -- 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