summaryrefslogtreecommitdiff
path: root/apps/examples/pwm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-20 21:16:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-20 21:16:39 +0000
commitaec8ecfdad3e58bdec86a767047b9a9fc445d188 (patch)
tree441f3edfe2b5ded39452b676baf971213cc631a7 /apps/examples/pwm
parentf7933f6762d9bd290270ed8f2fd9b21381d6a760 (diff)
downloadnuttx-aec8ecfdad3e58bdec86a767047b9a9fc445d188.tar.gz
nuttx-aec8ecfdad3e58bdec86a767047b9a9fc445d188.tar.bz2
nuttx-aec8ecfdad3e58bdec86a767047b9a9fc445d188.zip
Update M25P driver per feedback from Mohammed Elwakeel
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4207 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/pwm')
-rw-r--r--apps/examples/pwm/pwm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/pwm/pwm_main.c b/apps/examples/pwm/pwm_main.c
index cbabb564f..71211ab95 100644
--- a/apps/examples/pwm/pwm_main.c
+++ b/apps/examples/pwm/pwm_main.c
@@ -106,7 +106,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
message(" [-t duration] is the duration of the pulse train in seconds. "
"Default: %d Current: %d\n",
CONFIG_EXAMPLES_PWM_DURATION, pwm->duration);
- message(" [-t] shows this message and extis\n");
+ message(" [-t] shows this message and exits\n");
}
/****************************************************************************