1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

Revert "boards/samr30-xpro: fix AT86RF212B communication"

This reverts commit a9faac7218.

The changed rounding behavior sets the SPI baud rate to 4MHz, which is a suitable rate for the AT86RF212B.
This commit is contained in:
Juergen Fitschen 2020-03-03 12:29:18 +01:00
parent 0032d35fe8
commit 8fbfb13c84

View File

@ -36,7 +36,7 @@ extern "C" {
#define AT86RF2XX_PARAM_INT GPIO_PIN(PB, 0)
#define AT86RF2XX_PARAM_SLEEP GPIO_PIN(PA, 20)
#define AT86RF2XX_PARAM_RESET GPIO_PIN(PB, 15)
#define AT86RF2XX_PARAM_SPI_CLK SPI_CLK_1MHZ
#define AT86RF2XX_PARAM_SPI_CLK SPI_CLK_5MHZ
/** @}*/
/**