mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
canutils: fix indentation in Kconfig files
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
386e077525
commit
07d229f514
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ config CANUTILS_CANDUMP
|
|||
tristate "SocketCAN candump tool"
|
||||
default n
|
||||
depends on NET_CAN
|
||||
select CANUTILS_LIBCANUTILS
|
||||
select CANUTILS_LIBCANUTILS
|
||||
---help---
|
||||
Enable the SocketCAN candump tool ported from
|
||||
https://github.com/linux-can/can-utils
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ config CANUTILS_CANSEND
|
|||
tristate "SocketCAN cansend tool"
|
||||
default n
|
||||
depends on NET_CAN
|
||||
select CANUTILS_LIBCANUTILS
|
||||
select CANUTILS_LIBCANUTILS
|
||||
---help---
|
||||
Enable the SocketCAN cansend tool ported from
|
||||
https://github.com/linux-can/can-utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue