esp_system: restore order of some init functions

This commit is contained in:
Renz Christian Bagaporo
2020-02-16 18:29:29 +05:00
committed by Angus Gratton
parent 20d17e648b
commit 67983d5c1c
5 changed files with 99 additions and 65 deletions

View File

@@ -78,18 +78,6 @@ size_t esp_spiram_get_size(void);
void esp_spiram_writeback_cache(void);
/**
* @brief Reserve a pool of internal memory for specific DMA/internal allocations
*
* @param size Size of reserved pool in bytes
*
* @return
* - ESP_OK on success
* - ESP_ERR_NO_MEM when no memory available for pool
*/
esp_err_t esp_spiram_reserve_dma_pool(size_t size);
#ifdef __cplusplus
}
#endif