summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-05 18:30:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-05 18:30:39 -0600
commitee4c5214f959943c196dbeaaab9ed038f4dbd0f1 (patch)
treeac7e68488a79a92f621005461db87d62eb57d8d8 /apps/examples/README.txt
parent26b761fcac72cb7b46740b5a92fd8ff27eb947b7 (diff)
downloadnuttx-ee4c5214f959943c196dbeaaab9ed038f4dbd0f1.tar.gz
nuttx-ee4c5214f959943c196dbeaaab9ed038f4dbd0f1.tar.bz2
nuttx-ee4c5214f959943c196dbeaaab9ed038f4dbd0f1.zip
apps/examples/pwm: Clean up some configuration confusion
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index b8c270419..bb0c9fc49 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -1380,8 +1380,8 @@ examples/pwm
specific PWM settings might require additional settings).
CONFIG_PWM - Enables PWM support.
- CONFIG_EXAMPLES_PWM_COUNT - Enabled PWM pulse count support (if the
- hardware supports it).
+ CONFIG_PWM_PULSECOUNT - Enables PWM pulse count support (if the hardware
+ supports it).
CONFIG_NSH_BUILTIN_APPS - Build the PWM test as an NSH built-in function.
Default: Not built! The example can only be used as an NSH built-in
application