mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 05:36:31 +00:00
feat(log): Optimize log tag init for bin logging
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "bootloader_random.h"
|
||||
#include "sys/param.h"
|
||||
|
||||
static __attribute__((unused)) const char *TAG = "efuse";
|
||||
ESP_LOG_ATTR_TAG(TAG, "efuse");
|
||||
|
||||
// Contains functions that provide access to efuse fields which are often used in IDF.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user