xiaoxiang781216 commented on code in PR #6965: URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r989810227
########## include/nuttx/contactless/pn532.h: ########## @@ -57,8 +57,8 @@ struct pn532_config_s /* External CS, if NULL then SPIDEV_WIRELESS(n) CS is used */ - int (*select)(struct pn532_dev_s *dev, bool sel); - int (*irqattach)(void *dev, xcpt_t isr); + int (*select)(FAR truct pn532_dev_s *dev, bool sel); + int (*irqattach)(FAR void *dev, xcpt_t isr); Review Comment: Done -- 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