mirror of
https://github.com/apache/nuttx.git
synced 2026-09-04 08:04:02 +00:00
Fix some typos in header files
This commit is contained in:
parent
c73745bede
commit
dbc5f910fc
2 changed files with 4 additions and 4 deletions
|
|
@ -75,13 +75,13 @@
|
|||
/* Number of Tx descriptors */
|
||||
|
||||
#ifndef CONFIG_NET_NTXDESC
|
||||
# define CONFIG_NET_NTXDESC 18
|
||||
# define CONFIG_NET_NTXDESC 13
|
||||
#endif
|
||||
|
||||
/* Number of Rx descriptors */
|
||||
|
||||
#ifndef CONFIG_NET_NRXDESC
|
||||
# define CONFIG_NET_NRXDESC 18
|
||||
# define CONFIG_NET_NRXDESC 13
|
||||
#endif
|
||||
|
||||
/* Size of the region at the beginning of AHB SRAM 0 set set aside for the EMAC.
|
||||
|
|
|
|||
|
|
@ -157,8 +157,8 @@ void spi_flush(FAR struct spi_dev_s *dev);
|
|||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SPI_CALLBACK
|
||||
nt lpc17_spiregister(FAR struct spi_dev_s *dev, spi_mediachange_t callback,
|
||||
FAR void *arg);
|
||||
int lpc17_spiregister(FAR struct spi_dev_s *dev, spi_mediachange_t callback,
|
||||
FAR void *arg);
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue