SPRESENSE commented on a change in pull request #5256:
URL: https://github.com/apache/incubator-nuttx/pull/5256#discussion_r786509297
##########
File path: drivers/usbdev/usbmsc_scsi.c
##########
@@ -173,6 +173,8 @@ static int usbmsc_cmdstatusstate(FAR struct usbmsc_dev_s
*priv);
* Private Data
****************************************************************************/
+static const char *g_productrevision = "0101";
Review comment:
I don't know about the details of this SCSI field, but USBMSC does not
affected when this field is any values. So I wrote it in hard coded anyway.
--
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]