Fix error in Kconfig of previous change: Can't mix tabs and spaces in help text

This commit is contained in:
Gregory Nutt 2015-07-17 08:31:21 -06:00
parent 2a2e9fa56a
commit cb5a3bd84d

View File

@ -33,7 +33,7 @@ config NETDEV_LATEINIT
up_netinitialize() may be insufficient, and
- Situations where there are other board-level hardware
dependencies so that the hardware is not in an appropriate
state for up_netinitialize() to be called.
state for up_netinitialize() to be called.
Examples of this latter situation includes such things as network
drivers that required some setup via an I2C I/O expander, or network