mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
px4fmu-v5:Added comment block to board_spi_reset
This commit is contained in:
@@ -454,6 +454,14 @@ __EXPORT uint8_t stm32_spi6status(FAR struct spi_dev_s *dev, enum spi_dev_e devi
|
|||||||
return SPI_STATUS_PRESENT;
|
return SPI_STATUS_PRESENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/************************************************************************************
|
||||||
|
* Name: board_spi_reset
|
||||||
|
*
|
||||||
|
* Description:
|
||||||
|
*
|
||||||
|
*
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
__EXPORT void board_spi_reset(int ms)
|
__EXPORT void board_spi_reset(int ms)
|
||||||
{
|
{
|
||||||
/* disable SPI bus */
|
/* disable SPI bus */
|
||||||
|
|||||||
Reference in New Issue
Block a user