1
0
Fork 0
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:
Michael Keller 2018-05-30 09:28:36 +12:00 committed by GitHub
commit 3d24eb1a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);