Unverified Commit c92c82be authored by Bodmer's avatar Bodmer Committed by GitHub

Fix #1601

A simple typo was the problem!
parent 8480f39a
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "soc/spi_reg.h" #include "soc/spi_reg.h"
#include "driver/spi_master.h" #include "driver/spi_master.h"
#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32C2) && !defined(CONFIG_IDF_TARGET_ESP32) #if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32)
#define CONFIG_IDF_TARGET_ESP32 #define CONFIG_IDF_TARGET_ESP32
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment