shizhenghui commented on PR #11887:
URL: https://github.com/apache/nuttx/pull/11887#issuecomment-1988393443

   Submitted to the nuttx apps 
repository:https://github.com/apache/nuttx-apps/pull/2326
   
   > @shizhenghui please fix compilation errors:
   > 
   > ```
   > camera_main.c: In function 'camera_main':
   > Error: camera_main.c:503:9: error: implicit declaration of function 
'video_initialize'; did you mean 'list_initialize'? 
[-Werror=implicit-function-declaration]
   >   503 |   ret = video_initialize("/dev/video");
   >       |         ^~~~~~~~~~~~~~~~
   >       |         list_initialize
   > Error: camera_main.c:761:3: error: implicit declaration of function 
'video_uninitialize'; did you mean 'mm_uninitialize'? 
[-Werror=implicit-function-declaration]
   >   761 |   video_uninitialize("/dev/video");
   >       |   ^~~~~~~~~~~~~~~~~~
   >       |   mm_uninitialize
   > ```
   
   


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