mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-09 22:21:10 +00:00
feat(log): Optimize log tag init for bin logging
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include "esp_private/freertos_idf_additions_priv.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
static __attribute__((unused)) const char *TAG = "cache";
|
||||
ESP_LOG_ATTR_TAG(TAG, "cache");
|
||||
|
||||
// Used only on ROM impl. in idf, this param unused, cache status hold by hal
|
||||
static uint32_t s_flash_op_cache_state[2];
|
||||
|
Reference in New Issue
Block a user