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


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/bsp/black_vet6/src/hal_bsp.c
   <details>
   
   ```diff
   @@ -269,7 +269,7 @@
        .sec_port_mask[1] = (1 << 11) | (1 << 12) | (1 << 13),
        .sec_phy_type = MYNEWT_VAL(STM32_ETH_PHY_TYPE),
        .sec_phy_irq = MYNEWT_VAL(STM32_ETH_PHY_IRQ)
   -    .sec_phy_addr = MYNEWT_VAL(STM32_ETH_PHY_ADDR),
   +                   .sec_phy_addr = MYNEWT_VAL(STM32_ETH_PHY_ADDR),
    };
    #endif
    static const struct hal_bsp_mem_dump dump_cfg[] = {
   ```
   
   </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