JianyuWang0623 commented on code in PR #16677:
URL: https://github.com/apache/nuttx/pull/16677#discussion_r2188098505


##########
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:
   Great point! done, thank you ;-)
   Compare from 
https://github.com/apache/nuttx/commit/0b52f040446f5fc0938047caa095e3eb0f928dbd 
to  
https://github.com/apache/nuttx/commit/d17e4df8b122b30f981f65fbf08f3e381eef9d4d:
 
https://github.com/apache/nuttx/compare/0b52f040446f5fc0938047caa095e3eb0f928dbd..d17e4df8b122b30f981f65fbf08f3e381eef9d4d



-- 
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

Reply via email to