xtensa/esp32: Add missing param documentation for SPI Flash function

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2021-12-30 11:51:22 -03:00 committed by Xiang Xiao
parent 25f2dc2077
commit c1fac720ec

View File

@ -57,6 +57,8 @@ extern "C"
* Input Parameters:
* mtd_offset - MTD Partition offset from the base address in SPI Flash.
* mtd_size - Size for the MTD partition.
* encrypted - Flag indicating whether the newly allocated partition will
* have its content encrypted.
*
* Returned Value:
* ESP32 SPI Flash MTD data pointer if success or NULL if fail.