Home
last modified time | relevance | path

Searched refs:LOG_COLOR (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/log/include/
Desp_log.h265 #define LOG_COLOR(COLOR) "\033[0;" COLOR "m" macro
268 #define LOG_COLOR_E LOG_COLOR(LOG_COLOR_RED)
269 #define LOG_COLOR_W LOG_COLOR(LOG_COLOR_BROWN)
270 #define LOG_COLOR_I LOG_COLOR(LOG_COLOR_GREEN)