anchao commented on code in PR #18609:
URL: https://github.com/apache/nuttx/pull/18609#discussion_r2994652470
##########
arch/xtensa/src/esp32s3/esp32s3_cam.c:
##########
@@ -522,7 +563,9 @@ static int esp32s3_cam_init(struct imgdata_s *data)
/* Configure CAM controller */
- return esp32s3_cam_config(priv);
+ int ret = esp32s3_cam_config(priv);
Review Comment:
```suggestion
return esp32s3_cam_config(priv);
```
--
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]