You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by "sjanc (via GitHub)" <gi...@apache.org> on 2023/02/21 11:01:13 UTC

[GitHub] [mynewt-core] sjanc commented on a diff in pull request #2948: mcu/nrf5340: Fix spi frequency selection

sjanc commented on code in PR #2948:
URL: https://github.com/apache/mynewt-core/pull/2948#discussion_r1112901383


##########
hw/mcu/nordic/nrf5340/src/hal_spi.c:
##########
@@ -425,12 +425,12 @@ hal_spi_config_master(struct nrf5340_hal_spi *spi,
             frequency = SPIM_FREQUENCY_FREQUENCY_M8;
             break;
             /* 16 and 32 MHz is only supported on SPI_3_MASTER */

Review Comment:
   maybe fix comment as well?



-- 
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: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org