From ecb419da2f286d5d80343b7beea117743f007726 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 9 Mar 2020 15:34:02 +0100 Subject: [PATCH] soc: minor header fix typo and include of sdkconfig --- components/soc/include/soc_log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/soc/include/soc_log.h b/components/soc/include/soc_log.h index a88d47d73..a3f955d8c 100644 --- a/components/soc/include/soc_log.h +++ b/components/soc/include/soc_log.h @@ -31,8 +31,8 @@ #define SOC_LOGV(tag, fmt, ...) ESP_EARLY_LOGV(tag, fmt, ##__VA_ARGS__) #else - -#ifdef CONFIG_IDF_TARGET_ESPP32 +#include "sdkconfig.h" +#ifdef CONFIG_IDF_TARGET_ESP32 #include "esp32/rom/ets_sys.h" #elif CONFIG_IDF_TARGET_ESP32S2 #include "esp32s2/rom/ets_sys.h"