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

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/drivers/nrf5x/src/ble_phy.c
   <details>
   
   ```diff
   @@ -311,13 +310,12 @@
     * space for 267 bytes of scratch. I used 268 bytes since not sure if this
     * needs to be aligned and burning a byte is no big deal.
     */
   -//#define NRF_ENC_SCRATCH_WORDS (((MYNEWT_VAL(BLE_LL_MAX_PKT_SIZE) + 16) + 
3) / 4)
   +/*#define NRF_ENC_SCRATCH_WORDS (((MYNEWT_VAL(BLE_LL_MAX_PKT_SIZE) + 16) + 
3) / 4) */
    #define NRF_ENC_SCRATCH_WORDS   (67)
    
    static uint32_t g_nrf_encrypt_scratchpad[NRF_ENC_SCRATCH_WORDS];
    
   -struct nrf_ccm_data
   -{
   +struct nrf_ccm_data {
        uint8_t key[16];
        uint64_t pkt_counter;
        uint8_t dir_bit;
   ```
   
   </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