Remove SPI3_HOST that does not exist on esp32c3

This commit is contained in:
Stephan Hadinger 2021-06-10 19:35:33 +02:00
parent 22102000ef
commit 0e278fe13b
1 changed files with 2 additions and 2 deletions

View File

@ -50,5 +50,5 @@
//alias for different chips, deprecated for the chips after esp32s2
#define SPI_HOST SPI1_HOST
#define HSPI_HOST SPI2_HOST
#define VSPI_HOST SPI3_HOST
#endif
#define VSPI_HOST SPI2_HOST /* No SPI3_host on C3 */
#endif