From c1fac720ec15147260d94ccc535dea3f9eaf5efa Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Thu, 30 Dec 2021 11:51:22 -0300 Subject: [PATCH] xtensa/esp32: Add missing param documentation for SPI Flash function Signed-off-by: Gustavo Henrique Nihei --- arch/xtensa/src/esp32/esp32_spiflash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/xtensa/src/esp32/esp32_spiflash.h b/arch/xtensa/src/esp32/esp32_spiflash.h index 38337add02a..0023f18d017 100644 --- a/arch/xtensa/src/esp32/esp32_spiflash.h +++ b/arch/xtensa/src/esp32/esp32_spiflash.h @@ -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.