forked from Archive/PX4-Autopilot
14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see misc/tools/kconfig-language.txt.
|
||
|
#
|
||
|
|
||
|
config EXAMPLES_USBSERIAL
|
||
|
bool "USB serial test example"
|
||
|
default n
|
||
|
---help---
|
||
|
Enable the USB serial test example
|
||
|
|
||
|
if EXAMPLES_USBSERIAL
|
||
|
endif
|