diff --git a/components/scd30/scd30.c b/components/scd30/scd30.c index c9efcfc0..ff0c8466 100644 --- a/components/scd30/scd30.c +++ b/components/scd30/scd30.c @@ -49,12 +49,14 @@ #include #elif CONFIG_IDF_TARGET_ESP32S3 #include +#elif CONFIG_IDF_TARGET_ESP32C2 +#include #elif CONFIG_IDF_TARGET_ESP32C3 #include +#elif CONFIG_IDF_TARGET_ESP32C6 +#include #elif CONFIG_IDF_TARGET_ESP32H2 #include -#elif CONFIG_IDF_TARGET_ESP32C2 -#include #endif #include #include "scd30.h"