xiaoxiang781216 commented on code in PR #6344: URL: https://github.com/apache/incubator-nuttx/pull/6344#discussion_r884945031
########## drivers/video/isx012.c: ########## @@ -1236,6 +1241,45 @@ int init_isx012(FAR struct isx012_dev_s *priv) return ret; } +static void get_chipid(uint32_t *l, uint32_t *h) Review Comment: add FAR -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
