apache-mynewt-bot commented on issue #796:
URL: https://github.com/apache/mynewt-nimble/pull/796#issuecomment-618228256


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### apps/central/src/main.c
   <details>
   
   ```diff
   @@ -92,9 +92,11 @@
                            event->conn_update.status);
            }
            break;
   -    // case BLE_GAP_EVENT_PHY_UPDATE_COMPLETE:
   -    //     MODLOG_DFLT(INFO,"PHY update complete\n");
   -    //     break;
   +    /*
   +       case BLE_GAP_EVENT_PHY_UPDATE_COMPLETE:
   +           MODLOG_DFLT(INFO,"PHY update complete\n");
   +           break;
   +     */
        default:
            MODLOG_DFLT(INFO,"Connection event type not supported, %d\n",
                        event->type);
   ```
   
   </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.

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


Reply via email to