merge esp_flash_data_types into esp_flash_partitions

This commit is contained in:
morris
2019-03-14 22:03:04 +08:00
committed by bot
parent f1e9078cb0
commit fae39dc326
12 changed files with 75 additions and 102 deletions

View File

@@ -36,7 +36,7 @@
#include "rom/crc.h"
#include "soc/dport_reg.h"
#include "esp_log.h"
#include "esp_flash_data_types.h"
#include "esp_flash_partitions.h"
#include "bootloader_common.h"
#include "sys/param.h"
#include "esp_system.h"