feat(log): Move esp_log_write APIs out of esp_log.h

This commit is contained in:
Konstantin Kondrashov
2024-05-17 19:15:23 +03:00
committed by BOT
parent 5462240135
commit b445e38bf5
6 changed files with 77 additions and 38 deletions

View File

@@ -278,6 +278,7 @@ INPUT = \
$(PROJECT_PATH)/components/log/include/esp_log_buffer.h \
$(PROJECT_PATH)/components/log/include/esp_log_timestamp.h \
$(PROJECT_PATH)/components/log/include/esp_log_color.h \
$(PROJECT_PATH)/components/log/include/esp_log_write.h \
$(PROJECT_PATH)/components/lwip/include/apps/esp_sntp.h \
$(PROJECT_PATH)/components/lwip/include/apps/ping/ping_sock.h \
$(PROJECT_PATH)/components/mbedtls/esp_crt_bundle/include/esp_crt_bundle.h \