mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
typos
This commit is contained in:
@@ -80,8 +80,8 @@ struct max6675_dev_s
|
||||
* Private Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
static void max6675_lock(FAR struct spi_dev_s *spi)
|
||||
static void max6675_unlock(FAR struct spi_dev_s *spi)
|
||||
static void max6675_lock(FAR struct spi_dev_s *spi);
|
||||
static void max6675_unlock(FAR struct spi_dev_s *spi);
|
||||
|
||||
/* Character driver methods */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user