mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
Fixes logging issue hindering compilation on anti rollback.
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
#include "esp32s2beta/rom/efuse.h"
|
#include "esp32s2beta/rom/efuse.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
static __attribute__((unused)) const char *TAG = "efuse";
|
||||||
// Permanently update values written to the efuse write registers
|
// Permanently update values written to the efuse write registers
|
||||||
void esp_efuse_burn_new_values(void)
|
void esp_efuse_burn_new_values(void)
|
||||||
{
|
{
|
||||||
@@ -49,7 +50,6 @@ void esp_efuse_reset(void)
|
|||||||
#include "../include_bootloader/bootloader_flash.h"
|
#include "../include_bootloader/bootloader_flash.h"
|
||||||
#include "esp_flash_encrypt.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_offset = 0;
|
||||||
static uint32_t esp_efuse_flash_size = 0;
|
static uint32_t esp_efuse_flash_size = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user