mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Calypso: Fix some typos in last SPI changes
This commit is contained in:
@@ -66,7 +66,7 @@ struct calypso_spidev_s
|
||||
|
||||
static int spi_lock(FAR struct spi_dev_s *dev, bool lock)
|
||||
{
|
||||
struct calypso_spidev_s *priv = (struct efm32_spidev_s *)dev;
|
||||
struct calypso_spidev_s *priv = (struct calypso_spidev_s *)dev;
|
||||
|
||||
if (lock)
|
||||
{
|
||||
|
||||
@@ -54,6 +54,6 @@ enum spi_regs
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
FAR struct spi_dev_s *calypso_spibus_initialize(int port)
|
||||
FAR struct spi_dev_s *calypso_spibus_initialize(int port);
|
||||
|
||||
#endif /* ___ARCH_ARM_SRC_CALYPSO_CALYPSO_SPI_H */
|
||||
|
||||
Reference in New Issue
Block a user