mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
fix(esp32s3-eye): spiflash declaration
This commit is contained in:
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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user