apache-mynewt-bot commented on PR #2863: URL: https://github.com/apache/mynewt-core/pull/2863#issuecomment-1219637180
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### hw/usb/tinyusb/cdc/src/cdc.c <details> ```diff @@ -69,7 +69,7 @@ /* Invoked when line coding is change via SET_LINE_CODING */ void -tud_cdc_line_coding_cb(uint8_t itf, cdc_line_coding_t const* p_line_coding) +tud_cdc_line_coding_cb(uint8_t itf, cdc_line_coding_t const * p_line_coding) { cdc_itf_t *cdc_itf = cdc_itfs[itf]; ``` </details> #### hw/usb/tinyusb/std_descriptors/src/std_descriptors.c <details> ```diff @@ -319,7 +319,8 @@ #endif #if CFG_CDC_CONSOLE - TUD_CDC_DESCRIPTOR(ITF_NUM_CDC_CONSOLE, CDC_CONSOLE_IF_STR_IX, USBD_CDC_CONSOLE_NOTIFY_EP, USBD_CDC_CONSOLE_NOTIFY_EP_SIZE, + TUD_CDC_DESCRIPTOR(ITF_NUM_CDC_CONSOLE, CDC_CONSOLE_IF_STR_IX, USBD_CDC_CONSOLE_NOTIFY_EP, + USBD_CDC_CONSOLE_NOTIFY_EP_SIZE, USBD_CDC_CONSOLE_DATA_OUT_EP, USBD_CDC_CONSOLE_DATA_IN_EP, (CFG_TUSB_RHPORT0_MODE & OPT_MODE_HIGH_SPEED) ? 512 : USBD_CDC_CONSOLE_DATA_EP_SIZE), #endif ``` </details> -- 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]
