refactor(esp_partition): Expose function for unloading partitions

Closes https://github.com/espressif/esp-idf/issues/12625
This commit is contained in:
Adam Múdry
2023-11-22 11:11:04 +01:00
parent 2c77ccda5e
commit 5e140f4228
4 changed files with 8 additions and 7 deletions

View File

@@ -233,7 +233,7 @@ static esp_err_t load_partitions(void)
return err;
}
void unload_partitions(void)
void esp_partition_unload_all(void)
{
_lock_acquire(&s_partition_list_lock);
partition_list_item_t *it;