mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 13:19:03 +00:00
10 lines
223 B
Text
10 lines
223 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menu "CAN Utilities"
|
|
|
|
source "$APPSDIR/canutils/uavcan/Kconfig"
|
|
|
|
endmenu # CAN Utilities
|