apache-mynewt-bot removed a comment on pull request #2327:
URL: https://github.com/apache/mynewt-core/pull/2327#issuecomment-656605884


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/drivers/crypto/crypto_da1469x/src/crypto_da1469x.c
   <details>
   
   ```diff
   @@ -62,7 +62,7 @@
        uint32_t *keyreg;
        uint32_t *keyp32;
        uint32_t ctrl_reg;
   -    Sys_Remap_ADR0  remap_adr0;
   +    Sys_Remap_ADR0 remap_adr0;
    
        if (!da1469x_has_support(crypto, op, algo, mode, keylen)) {
            return 0;
   ```
   
   </details>
   
   #### hw/mcu/dialog/da14699/include/mcu/mcu.h
   <details>
   
   ```diff
   @@ -151,7 +151,8 @@
    #define MCU_MEM_SYSRAM_START_ADDRESS    (0x20000000)
    #define MCU_MEM_SYSRAM_END_ADDRESS      (0x20080000)
    #define MCU_MEM_QSPIF_M_RANGE_ADDRESS(x) \
   -    ((uint32_t)(x) >= (uint32_t)MCU_MEM_QSPIF_M_START_ADDRESS && 
(uint32_t)(x) <= (uint32_t)MCU_MEM_QSPIF_M_END_ADDRESS)
   +    ((uint32_t)(x) >= (uint32_t)MCU_MEM_QSPIF_M_START_ADDRESS && \
   +     (uint32_t)(x) <= (uint32_t)MCU_MEM_QSPIF_M_END_ADDRESS)
    
    #define MCU_OTPM_BASE 0x30080000UL
    #define MCU_OTPM_SIZE 4096
   ```
   
   </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:
[email protected]


Reply via email to