mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Merged in w8jcik/nuttx/w8jcik/typos-1488719043882 (pull request #237)
typos Approved-by: Gregory Nutt
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