mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4598 7fd9a85b-ad96-42d3-883c-3090e2eb8679
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
config EXAMPLES_QENCODER
|
|
bool "Quadrature encoder example"
|
|
default n
|
|
---help---
|
|
Enable the quadrature encoder example
|
|
|
|
if EXAMPLES_QENCODER
|
|
endif
|