Merged in w8jcik/nuttx/w8jcik/typos-1488719043882 (pull request #237)
typos Approved-by: Gregory Nutt
This commit is contained in:
commit
8c3d2769f9
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user