mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f0e77840dc
Either nRF52810 should define SPIM_COUNT 2 or nRF52805 should define SPIM_COUNT 1. But as it nRF52805 defines SPIM_COUNT 2 and nRF52810 defines SPIM_COUNT 1 even though both have a single SPI and a single, separate TWI peripheral. Re-define SPIM_COUNT to 2 on nRF52810 as this is the easiest solution. |
||
---|---|---|
.. | ||
include | ||
ldscripts | ||
periph | ||
radio/nrf802154 | ||
vectors | ||
cpu.c | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
spi_twi_irq.c |