Fix tlora-c6 build

This commit is contained in:
Mikhael Skvortsov 2025-03-27 16:01:01 +03:00
parent e0edd7c049
commit b953314d42

View File

@ -9,7 +9,7 @@
#include <esp_adc/adc_oneshot.h>
#include <soc/adc_channel.h>
#include <soc/soc.h>
#ifndef CONFIG_IDF_TARGET_ESP32C3
#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32C6)
#include <soc/sens_reg.h>
#endif
#endif