esp-idf/components/spi_flash/sim/stubs/spi_flash
KonstantinKondrashov 208b41975b partition_table: Fix case when a few similar to otadata partitions in the table
It was when in the partition table there is a partition with type="data" and suptype=""(empty),
in this case type=1, suptype=0. It is similar to otadata partition.

This commit fixes it, now it will handle it as type=1, suptype=6 (ESP_PARTITION_SUBTYPE_DATA_UNDEFINED).
2021-10-26 16:07:31 +08:00
..
esp_partition.h partition_table: Fix case when a few similar to otadata partitions in the table 2021-10-26 16:07:31 +08:00