apache-mynewt-bot commented on pull request #2325:
URL: https://github.com/apache/mynewt-core/pull/2325#issuecomment-652751047


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/mcu/stm/stm32_common/src/hal_uart.c
   <details>
   
   ```diff
   @@ -156,7 +156,7 @@
    
    int
    hal_uart_init_cbs(int port, hal_uart_tx_char tx_func, hal_uart_tx_done 
tx_done,
   -  hal_uart_rx_char rx_func, void *arg)
   +                  hal_uart_rx_char rx_func, void *arg)
    {
        struct hal_uart *u;
    
   ```
   
   </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