xiaoxiang781216 commented on code in PR #6344:
URL: https://github.com/apache/incubator-nuttx/pull/6344#discussion_r884948357


##########
drivers/video/isx012.c:
##########
@@ -215,8 +220,10 @@ static bool is_movie_needed(uint8_t fmt, uint8_t fps);
 
 /* image sensor device operations interface */
 
+static bool isx012_is_available(void);
 static int isx012_init(void);
 static int isx012_uninit(void);
+static const char *isx012_get_driver_name(void);

Review Comment:
   This one not fix @jerpelea ?



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

Reply via email to