mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 12:29:40 +00:00
Merge branch 'feature/log_v2_optimization' into 'master'
feat(log): Optimize idf components for binary logging Closes IDF-12775 See merge request espressif/esp-idf!40289
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "esp_log.h"
|
||||
#include "spi_flash_mmap.h"
|
||||
|
||||
static const char *TAG = "linux_spiflash";
|
||||
ESP_LOG_ATTR_TAG(TAG, "linux_spiflash");
|
||||
|
||||
static void *s_spiflash_mem_file_buf = NULL;
|
||||
static int s_spiflash_mem_file_fd = -1;
|
||||
|
Reference in New Issue
Block a user