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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]