boards/z1:increase SPI speed for on-board radio

pr/spi.typo
PeterKietzmann 7 years ago
parent 93f405d53a
commit 94df5a81a8

@ -111,7 +111,7 @@ extern "C" {
* @brief Definition of the interface to the CC2420 radio
*/
#define CC2420_PARAMS_BOARD {.spi = SPI_0, \
.spi_clk = SPI_SPEED_1MHZ, \
.spi_clk = SPI_SPEED_5MHZ, \
.pin_cs = GPIO_PIN(P3, 0), \
.pin_fifo = GPIO_PIN(P1, 3), \
.pin_fifop = GPIO_PIN(P1, 2), \

Loading…
Cancel
Save