Oopenvela-robotlcm:porting
489bc06c创建于 2025年12月15日历史提交
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

config LIB_LCM
	bool "lcm library"
	default n

if LIB_LCM

config LIB_LCM_TESTCASE
	tristate "lcm library passability test"
	default n
	---help---
		Used to check whether there will be any problems
		with the library running on NuttX

endif