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