acassis commented on PR #11994:
URL: https://github.com/apache/nuttx/pull/11994#issuecomment-2021624536

   Please fix these errors:
   
   video/isx019.c: In function 'isx019_get_supported_value':
   Error: video/isx019.c:1981:55: error: 'struct isx019_default_value_s' has no 
member named 'exptime'
    1981 |                                 STEP_EXPOSURETIME, def->exptime);
         |                                                       ^~
   video/isx019.c:61:38: note: in definition of macro 'SET_RANGE'
      61 |             (range).default_value = (def); \
         |                                      ^~~
   Error: video/isx019.c:2003:25: error: 'struct isx019_default_value_s' has no 
member named 'iso'
    2003 |                      def->iso);
         |                         ^~
   video/isx019.c:70:37: note: in definition of macro 'SET_DISCRETE'
      70 |             (disc).default_value = (def);  \
         |                                     ^~~
   make[1]: *** [Makefile:102: isx019.o] Error 1


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