We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb1e614 + 7b1ef8e commit a622186Copy full SHA for a622186
src/platforms/platform_detect.hpp
@@ -77,7 +77,7 @@ Modified heavily for the ESP32 HUB75 DMA library by:
77
#include "esp32/esp32_i2s_parallel_dma.hpp"
78
#include "esp32/esp32-default-pins.hpp"
79
80
-#elif defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32H2)
+#elif defined(CONFIG_IDF_TARGET_ESP32C2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32H2)
81
82
#error "ESP32 C2 C3 and H2 devices are not supported by this library."
83
0 commit comments