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:
@@ -24,7 +24,7 @@
|
||||
#define WR_DIS_CRYPT_CNT ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT
|
||||
#endif
|
||||
|
||||
static const char *TAG = "flash_encrypt";
|
||||
ESP_LOG_ATTR_TAG(TAG, "flash_encrypt");
|
||||
#ifndef BOOTLOADER_BUILD
|
||||
|
||||
void esp_flash_encryption_init_checks()
|
||||
|
||||
Reference in New Issue
Block a user