You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pkarashchenko (via GitHub)" <gi...@apache.org> on 2023/01/25 21:14:44 UTC

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8230: drivers/camera: Support the private data for imgsensor and imgdata

pkarashchenko commented on code in PR #8230:
URL: https://github.com/apache/nuttx/pull/8230#discussion_r1087178477


##########
include/nuttx/video/imgsensor.h:
##########
@@ -265,7 +294,7 @@ typedef struct imgsensor_capability_range_s
 typedef struct imgsensor_capability_discrete_s
 {
   int8_t  nr_values;
-  int32_t *values;
+  const int32_t *values;

Review Comment:
   ```suggestion
     FAR const int32_t *values;
   ```



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org