summaryrefslogtreecommitdiff
path: root/apps/examples/pwm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-12 00:24:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-12 00:24:54 +0000
commitd455b6a25a41db11963610dca5f4a63eee1a316c (patch)
tree5ef61ed9f543dbe4a0b1200690df1a1e7562e4f8 /apps/examples/pwm
parent61059ae472f03c43613bb05c3789636aa5061e2f (diff)
downloadnuttx-d455b6a25a41db11963610dca5f4a63eee1a316c.tar.gz
nuttx-d455b6a25a41db11963610dca5f4a63eee1a316c.tar.bz2
nuttx-d455b6a25a41db11963610dca5f4a63eee1a316c.zip
Add definitions for another Sure Elec. PIC32 board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4299 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 465fa8d5d..38e0e3da4 100644
--- a/apps/examples/pwm/pwm_main.c
+++ b/apps/examples/pwm/pwm_main.c
@@ -108,7 +108,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
CONFIG_EXAMPLES_PWM_DUTYPCT, pwm->duty);
#ifdef CONFIG_PWM_PULSECOUNT
message(" [-n count] selects the pulse count. "
- "Default: %d Hz Current: %d\n",
+ "Default: %d Current: %d\n",
CONFIG_EXAMPLES_PWM_COUNT, pwm->count);
#endif
message(" [-t duration] is the duration of the pulse train in seconds. "