Update esp32-hal-log.h (#6358)
#ifdef added, to avoid compiler redefinition warnings for LOG_LOCAL_LEVEL if defined by application, and we USE_ESP_IDF_LOG
This commit is contained in:
parent
eae67a9fb4
commit
c2e5957f35
1 changed files with 2 additions and 0 deletions
|
|
@ -38,9 +38,11 @@ extern "C"
|
||||||
#else
|
#else
|
||||||
#define ARDUHAL_LOG_LEVEL CORE_DEBUG_LEVEL
|
#define ARDUHAL_LOG_LEVEL CORE_DEBUG_LEVEL
|
||||||
#ifdef USE_ESP_IDF_LOG
|
#ifdef USE_ESP_IDF_LOG
|
||||||
|
#ifndef LOG_LOCAL_LEVEL
|
||||||
#define LOG_LOCAL_LEVEL CORE_DEBUG_LEVEL
|
#define LOG_LOCAL_LEVEL CORE_DEBUG_LEVEL
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_ARDUHAL_LOG_COLORS
|
#ifndef CONFIG_ARDUHAL_LOG_COLORS
|
||||||
#define CONFIG_ARDUHAL_LOG_COLORS 0
|
#define CONFIG_ARDUHAL_LOG_COLORS 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue