nuttx-apps/examples/serialrx/Kconfig
2014-04-22 08:41:15 -06:00

14 lines
239 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config EXAMPLES_SERIALRX
bool "Serial Rx example"
default n
---help---
Enable the serial RX example
if EXAMPLES_SERIALRX
endif