mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
Merge pull request #20085 from maribu/boards/nucleo-wl55jc
boards/nucleo-wl55jc: Fix Arduino SPI bus
This commit is contained in:
commit
b16c85c5a5
@ -117,7 +117,12 @@ static const spi_conf_t spi_config[] = {
|
||||
#endif
|
||||
};
|
||||
|
||||
#define SPI_NUMOF ARRAY_SIZE(spi_config)
|
||||
#define SPI_NUMOF ARRAY_SIZE(spi_config)
|
||||
/**
|
||||
* @brief Provide ARDUINO_SPI_D11D12D13 explicitly, as the first SPI
|
||||
* interface is connected to the radio.
|
||||
*/
|
||||
#define ARDUINO_SPI_D11D12D13 SPI_DEV(1)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user