bootloader: Add support esp32s2beta

This commit is contained in:
KonstantinKondrashov
2019-07-04 13:10:58 +08:00
committed by Angus Gratton
parent d06b2a3598
commit 6f102125b4
2 changed files with 6 additions and 6 deletions

View File

@@ -63,10 +63,7 @@
#include "bootloader_common.h"
#include "bootloader_utility.h"
#include "bootloader_sha.h"
#if CONFIG_IDF_TARGET_ESP32
#include "esp_efuse.h"
#endif
static const char *TAG = "boot";