johannes-nivus opened a new pull request #591: Don't check position of comments right of code when separated by prep… URL: https://github.com/apache/incubator-nuttx/pull/591 …rocessor line without comment. Please see #585 It allows imxrt_usbotg.h:275 ``` #define USBDEV_USBCMD_ITC_SHIFT (16) /* Bits 16-23: Interrupt threshold control */ #define USBDEV_USBCMD_ITC_MASK (255 << USBDEV_USBCMD_ITC_SHIFT) # define USBDEV_USBCMD_ITCIMME (0 << USBDEV_USBCMD_ITC_SHIFT) /* Immediate (no threshold) */ ``` but not imxrt_usbotg.h:284 ``` # define USBDEV_USBCMD_ITC32UF (32 << USBDEV_USBCMD_ITC_SHIFT) /* 32 micro frames */ # define USBDEV_USBCMD_ITC64UF (64 << USBDEV_USBCMD_ITC_SHIFT) /* 64 micro frames */ #define USBDEV_USBCMD_ATDTW (1 << 14) /* Bit 14: Add dTD trip wire */ ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
