From 6402ebf5b85ab4272f7caf3d5007d5a473662bd7 Mon Sep 17 00:00:00 2001 From: jflyper Date: Wed, 30 May 2018 01:50:54 +0900 Subject: [PATCH] Increase SPI_PREINIT_IPU_COUNT --- src/main/drivers/bus_spi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/drivers/bus_spi.h b/src/main/drivers/bus_spi.h index 72d3dcfec1..8f1ef5ed4e 100644 --- a/src/main/drivers/bus_spi.h +++ b/src/main/drivers/bus_spi.h @@ -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);