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


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/mcu/nxp/kinetis/src/hal_qspi.c
   <details>
   
   ```diff
   @@ -39,7 +39,7 @@
    
    #define AHB_BUFFER_SIZE MYNEWT_VAL(QSPI_FLASH_PAGE_SIZE)
    #define QSPI_HAS_CLR (defined(FSL_FEATURE_QSPI_SOCCR_HAS_CLR_LPCAC) && \
   -                     (FSL_FEATURE_QSPI_SOCCR_HAS_CLR_LPCAC))
   +                      (FSL_FEATURE_QSPI_SOCCR_HAS_CLR_LPCAC))
    #define qspi_tx_buffer_full(x) (QSPI_GetStatusFlags(x) & kQSPI_TxBufferFull)
    #define qspi_in_use(x)         (QSPI_GetStatusFlags(x) & (kQSPI_Busy | 
kQSPI_IPAccess))
    #define qspi_is_busy(x)        (QSPI_GetStatusFlags(x) & kQSPI_Busy)
   ```
   
   </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