apache-mynewt-bot commented on PR #1321: URL: https://github.com/apache/mynewt-nimble/pull/1321#issuecomment-1220723898
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### nimble/controller/src/ble_ll_hci_vs.c <details> ```diff @@ -270,7 +270,7 @@ static int ble_ll_hci_vs_css_read_conn_slot(const uint8_t *cmdbuf, uint8_t cmdlen, - uint8_t *rspbuf, uint8_t *rsplen) + uint8_t *rspbuf, uint8_t *rsplen) { const struct ble_hci_vs_css_read_conn_slot_cp *cmd = (const void *)cmdbuf; struct ble_hci_vs_css_read_conn_slot_rp *rsp = (void *)rspbuf; ``` </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]
