Merge branch 'bugfix/logging_compilation_fix_anti_rollback' into 'master'

Minor fix logging issue hindering compilation on anti rollback.

See merge request espressif/esp-idf!8105
pull/5106/head
Angus Gratton 2020-04-08 15:53:48 +08:00
commit 9300f0e7b0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,6 +32,7 @@
#include "esp32s2/rom/efuse.h"
#endif
static __attribute__((unused)) const char *TAG = "efuse";
// Permanently update values written to the efuse write registers
void esp_efuse_burn_new_values(void)
{
@ -49,7 +50,6 @@ void esp_efuse_reset(void)
#include "../include_bootloader/bootloader_flash.h"
#include "esp_flash_encrypt.h"
const static char *TAG = "efuse";
static uint32_t esp_efuse_flash_offset = 0;
static uint32_t esp_efuse_flash_size = 0;