1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Increase the RFM22b/Flash rate to 10MHz which is within tolerance for both.

This commit is contained in:
James Cotton 2012-08-25 23:09:25 -05:00
parent 84d327c46a
commit 27c46c78b2

View File

@ -202,7 +202,7 @@ static const struct pios_spi_cfg pios_spi_telem_flash_cfg = {
.SPI_CRCPolynomial = 7,
.SPI_CPOL = SPI_CPOL_Low,
.SPI_CPHA = SPI_CPHA_1Edge,
.SPI_BaudRatePrescaler = SPI_BaudRatePrescaler_256,
.SPI_BaudRatePrescaler = SPI_BaudRatePrescaler_8,
},
.use_crc = false,
.dma = {