apache-mynewt-bot commented on PR #2884: URL: https://github.com/apache/mynewt-core/pull/2884#issuecomment-1258777883
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### hw/mcu/dialog/da1469x/src/hal_flash.c <details> ```diff @@ -31,7 +31,7 @@ union da1469x_qspi_data_reg { uint32_t d32; uint16_t d16; - uint8_t d8; + uint8_t d8; }; const struct qspi_flash_config *rdid_detected = NULL; ``` </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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
