kopia lustrzana https://github.com/espressif/esp-idf
spi: fix micro SPI_HOST_MAX error
Closes https://github.com/espressif/esp-idf/issues/10349pull/10984/head
rodzic
800dec96e9
commit
9526b100a4
|
@ -27,7 +27,9 @@ typedef enum {
|
|||
//SPI1 can be used as GPSPI only on ESP32
|
||||
SPI1_HOST=0, ///< SPI1
|
||||
SPI2_HOST=1, ///< SPI2
|
||||
#if SOC_SPI_PERIPH_NUM > 2
|
||||
SPI3_HOST=2, ///< SPI3
|
||||
#endif
|
||||
} spi_host_device_t;
|
||||
|
||||
/// SPI Events
|
||||
|
|
Ładowanie…
Reference in New Issue