Fix some typos in header files

This commit is contained in:
Gregory Nutt
2015-07-01 11:45:08 -06:00
parent 962b243302
commit c6f56ccf8c
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -75,13 +75,13 @@
/* Number of Tx descriptors */ /* Number of Tx descriptors */
#ifndef CONFIG_NET_NTXDESC #ifndef CONFIG_NET_NTXDESC
# define CONFIG_NET_NTXDESC 18 # define CONFIG_NET_NTXDESC 13
#endif #endif
/* Number of Rx descriptors */ /* Number of Rx descriptors */
#ifndef CONFIG_NET_NRXDESC #ifndef CONFIG_NET_NRXDESC
# define CONFIG_NET_NRXDESC 18 # define CONFIG_NET_NRXDESC 13
#endif #endif
/* Size of the region at the beginning of AHB SRAM 0 set set aside for the EMAC. /* Size of the region at the beginning of AHB SRAM 0 set set aside for the EMAC.
+2 -2
View File
@@ -157,8 +157,8 @@ void spi_flush(FAR struct spi_dev_s *dev);
****************************************************************************/ ****************************************************************************/
#ifdef CONFIG_SPI_CALLBACK #ifdef CONFIG_SPI_CALLBACK
nt lpc17_spiregister(FAR struct spi_dev_s *dev, spi_mediachange_t callback, int lpc17_spiregister(FAR struct spi_dev_s *dev, spi_mediachange_t callback,
FAR void *arg); FAR void *arg);
#endif #endif
#if defined(__cplusplus) #if defined(__cplusplus)
+1 -1
Submodule configs updated: aa907bc50d...7e1508fa58