Skip to content

Commit a622186

Browse files
authored
Merge pull request #842 from marsman7/master
Fixed a small typo in platform_detect.hpp
2 parents bb1e614 + 7b1ef8e commit a622186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/platform_detect.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Modified heavily for the ESP32 HUB75 DMA library by:
7777
#include "esp32/esp32_i2s_parallel_dma.hpp"
7878
#include "esp32/esp32-default-pins.hpp"
7979

80-
#elif defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32H2)
80+
#elif defined(CONFIG_IDF_TARGET_ESP32C2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32H2)
8181

8282
#error "ESP32 C2 C3 and H2 devices are not supported by this library."
8383

0 commit comments

Comments
 (0)