mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
15 lines
245 B
Plaintext
15 lines
245 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
config EXAMPLES_CDCACM
|
|
bool "CAN example"
|
|
default n
|
|
---help---
|
|
Enable the USB CDC/ACM class driver example
|
|
|
|
if EXAMPLES_CDCACM
|
|
endif
|
|
|