mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
drivers/spi: Change prefix to a more intuitive "spislave"
This commit is contained in:
committed by
David Sidrane
parent
1530b0f639
commit
8a41d849df
@@ -543,7 +543,7 @@ struct spi_sdev_s
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: spislv_register
|
||||
* Name: spislave_register
|
||||
*
|
||||
* Description:
|
||||
* Register the SPI Slave echo character device as 'devpath'.
|
||||
@@ -561,7 +561,7 @@ struct spi_sdev_s
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SPI_SLAVE_DRIVER
|
||||
int spislv_register(FAR struct spi_sctrlr_s *sctrlr, int bus);
|
||||
int spislave_register(FAR struct spi_sctrlr_s *sctrlr, int bus);
|
||||
#endif /* CONFIG_SPI_SLAVE_DRIVER */
|
||||
|
||||
#undef EXTERN
|
||||
|
||||
Reference in New Issue
Block a user