Skip to content

Commit c92c82b

Browse files
authored
Fix #1601
A simple typo was the problem!
1 parent 8480f39 commit c92c82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Processors/TFT_eSPI_ESP32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "soc/spi_reg.h"
1313
#include "driver/spi_master.h"
1414

15-
#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32C2) && !defined(CONFIG_IDF_TARGET_ESP32)
15+
#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32)
1616
#define CONFIG_IDF_TARGET_ESP32
1717
#endif
1818

0 commit comments

Comments
 (0)