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


##########
arch/risc-v/src/mpfs/mpfs_usb.c:
##########
@@ -228,6 +228,7 @@ static void   mpfs_epset_reset(struct mpfs_usbdev_s *priv, 
uint16_t epset);
  ****************************************************************************/
 
 static struct mpfs_usbdev_s g_usbd;
+static uint8_t g_clkrefs;

Review Comment:
   Maybe this can be a part of `struct mpfs_usbdev_s` as an alternative to 
global variable?



-- 
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]

Reply via email to