change(all): Clearing unused efuse rom headers

This commit is contained in:
KonstantinKondrashov
2023-11-14 00:07:17 +08:00
committed by konstantin
parent 1688c699db
commit b471d9d22c
36 changed files with 18 additions and 76 deletions

View File

@@ -10,11 +10,9 @@
#include "esp_image_format.h"
#include "flash_qio_mode.h"
#include "esp_rom_gpio.h"
#include "esp_rom_efuse.h"
#include "esp_rom_uart.h"
#include "esp_rom_sys.h"
#include "esp_rom_spiflash.h"
#include "soc/efuse_reg.h"
#include "soc/gpio_sig_map.h"
#include "soc/io_mux_reg.h"
#include "soc/assist_debug_reg.h"
@@ -26,7 +24,6 @@
#include "soc/io_mux_reg.h"
#include "soc/system_reg.h"
#include "soc/chip_revision.h"
#include "esp32c3/rom/efuse.h"
#include "esp32c3/rom/ets_sys.h"
#include "bootloader_common.h"
#include "bootloader_init.h"