SPRESENSE commented on code in PR #11859: URL: https://github.com/apache/nuttx/pull/11859#discussion_r1517129093
########## drivers/video/video.c: ########## @@ -53,7 +53,7 @@ #define VIDEO_REMAINING_CAPNUM_INFINITY (-1) -#define VIDEO_ID(x, y) (((x) << 16) | (y)) +#define VIDEO_ID(x, y) (y) Review Comment: @xiaoxiang781216 I will fix it from now. -- 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]
