mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
Fix a typo in kconfig text
This commit is contained in:
parent
7f6bf93256
commit
213c81aebd
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ config NETDEV_LATEINIT
|
|||
Examples of this latter situation includes such things as network
|
||||
drivers that required some setup via an I2C I/O expander, or network
|
||||
drivers that depend on USB, SPI, I2C, PCI, serial, or other
|
||||
interfaces that may not be ready when up_netiniailize() is normally
|
||||
interfaces that may not be ready when up_netinitialize() is normally
|
||||
called.
|
||||
|
||||
endmenu # Link layer support
|
||||
|
|
Loading…
Reference in a new issue