mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(log): Optimize log tag init for bin logging
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef BOOTLOADER_BUILD
|
||||
static __attribute__((unused)) const char *TAG = "secure_boot";
|
||||
ESP_LOG_ATTR_TAG(TAG, "secure_boot");
|
||||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
static void efuse_batch_write_begin(bool *need_fix)
|
||||
|
||||
Reference in New Issue
Block a user