nuttx-apps/examples/serialrx/Kconfig

14 lines
239 B
Plaintext
Raw Normal View History

2014-04-22 16:40:48 +02:00
#
# 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---
2014-04-22 16:41:15 +02:00
Enable the serial RX example
2014-04-22 16:40:48 +02:00
if EXAMPLES_SERIALRX
endif