mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 20:13:50 +01:00
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.