From e414a8f26c1efea409640f030b4c4b286fd627ee Mon Sep 17 00:00:00 2001 From: Fabio D'Urso Date: Sat, 25 Nov 2017 18:43:04 -0600 Subject: [PATCH] apps/examples: CONFIG_QENCODER was renamed to CONFIG_SENSORS_QENCODER: update README.txt --- examples/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.txt b/examples/README.txt index 7145ef4e0..4a2675c73 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -1565,7 +1565,7 @@ examples/qencoder This test depends on these specific QE/NSH configurations settings (your specific PWM settings might require additional settings). - CONFIG_QENCODER - Enables quadrature encoder support (upper-half driver). + CONFIG_SENSORS_QENCODER - Enables quadrature encoder support (upper-half driver). CONFIG_NSH_BUILTIN_APPS - Build the QE test as an NSH built-in function. Default: Built as a standalone progrem.