pussuw commented on code in PR #9440: URL: https://github.com/apache/nuttx/pull/9440#discussion_r1211301745
########## 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: I thought of that but the same clock is used for all instances so the global counter is fine. -- 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]
