mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
Fix error: spi/qspi_flash.c:576:45: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -573,7 +573,7 @@ static int qspi_flash_command(FAR struct qspi_dev_s *dev,
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
FAR struct qspi_dev_s *qspi_flash_initialize()
|
||||
FAR struct qspi_dev_s *qspi_flash_initialize(void)
|
||||
{
|
||||
FAR struct qspi_flashdev_s *priv = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user