mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix forward references that were mangled in last large changes.
This commit is contained in:
@@ -154,7 +154,6 @@ void weak_function pic32mx_spi2initialize(void)
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s;
|
||||
uint32_t;
|
||||
|
||||
void pic32mx_spi2select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
|
||||
{
|
||||
|
||||
@@ -102,7 +102,6 @@ void weak_function pic32mx_spidev_initialize(void)
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s;
|
||||
uint32_t;
|
||||
|
||||
#ifdef CONFIG_PIC32MX_SPI1
|
||||
void pic32mx_spi1select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
|
||||
|
||||
@@ -128,7 +128,6 @@ void weak_function pic32mx_spidev_initialize(void)
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s;
|
||||
uint32_t;
|
||||
|
||||
#ifdef CONFIG_PIC32MX_SPI1
|
||||
void pic32mx_spi1select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
|
||||
|
||||
@@ -100,7 +100,6 @@ void weak_function pic32mz_spidev_initialize(void)
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s;
|
||||
uint32_t;
|
||||
|
||||
#ifdef CONFIG_PIC32MZ_SPI1
|
||||
void pic32mz_spi1select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
|
||||
|
||||
Reference in New Issue
Block a user