apache-mynewt-bot commented on PR #1276:
URL: https://github.com/apache/mynewt-nimble/pull/1276#issuecomment-1155559204

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/transport/apollo3/src/apollo3_ble_hci.c
   <details>
   
   ```diff
   @@ -63,7 +63,7 @@
        /* NOTE: Ambiq Apollo3 controller does not have local supported lmp 
features implemented
         * The command will always return 0 so we overwrite the buffer here
         */
   -    if(g_read_buf[4] == 0x03 && g_read_buf[5] == 0x10 && len == 15) {
   +    if (g_read_buf[4] == 0x03 && g_read_buf[5] == 0x10 && len == 15) {
            memset(&g_read_buf[11], 0x60, sizeof(uint8_t));
        }
    
   @@ -257,7 +251,7 @@
        int rc = 0;
        hci_drv_write_t write_buf;
        uint8_t *ptr = &write_buf.data[1];
   -    
   +
        write_buf.data[0] = HCI_H4_ACL;
        write_buf.len = 1;
    
   ```
   
   </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: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to