fix(esp32s3-eye): spiflash declaration

This commit is contained in:
Marco Casaroli
2023-10-10 10:58:31 +00:00
committed by Alan Carvalho de Assis
parent 09ee163d37
commit b7bc0e542c
@@ -85,6 +85,18 @@ int esp32s3_bringup(void);
int esp32s3_gpio_init(void);
#endif
/****************************************************************************
* Name: board_spiflash_init
*
* Description:
* Initialize the SPIFLASH and register the MTD device.
*
****************************************************************************/
#ifdef CONFIG_ESP32S3_SPIFLASH
int board_spiflash_init(void);
#endif
/****************************************************************************
* Name: board_i2c_init
*