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


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/mcu/nordic/nrf91xx/src/hal_flash.c
   <details>
   
   ```diff
   @@ -25,7 +25,7 @@
    #include "nrfx_config.h"
    #include "nrf_nvmc.h"
    
   -#define NRF91K_FLASH_SECTOR_SZ      4096
   +#define NRF91K_FLASH_SECTOR_SZ  4096
    
    static int nrf91k_flash_read(const struct hal_flash *dev, uint32_t address,
                                 void *dst, uint32_t num_bytes);
   ```
   
   </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