mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Merge pull request #6005 from jflyper/bfdev-increase-SPI_PREINIT_IPU_COUNT
Increase SPI_PREINIT_IPU_COUNT to accommodate I/O rich boards
This commit is contained in:
commit
3d24eb1a68
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ typedef enum SPIDevice {
|
|||
#define SPI_DEV_TO_CFG(x) ((x) + 1)
|
||||
|
||||
// Size of SPI CS pre-initialization tag arrays
|
||||
#define SPI_PREINIT_IPU_COUNT 8
|
||||
#define SPI_PREINIT_IPU_COUNT 11
|
||||
#define SPI_PREINIT_OPU_COUNT 2
|
||||
|
||||
void spiPreinitCsByTag(ioTag_t iotag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue