Files
PX4-Autopilot/apps/examples/thttpd/Kconfig
T
2012-04-13 02:14:09 +00:00

14 lines
251 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config EXAMPLES_THTTPD
bool "THTTPD web server example"
default n
---help---
Enable the THTTPD web server example
if EXAMPLES_THTTPD
endif