aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-12 00:24:54 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-12 00:24:54 +0000
commit10cc67fe13960489a77fc96b52d6f386764436b8 (patch)
tree5ef61ed9f543dbe4a0b1200690df1a1e7562e4f8 /apps
parentbf1e50eb940db5e51378a2324afeae6a2bb073f2 (diff)
downloadpx4-firmware-10cc67fe13960489a77fc96b52d6f386764436b8.tar.gz
px4-firmware-10cc67fe13960489a77fc96b52d6f386764436b8.tar.bz2
px4-firmware-10cc67fe13960489a77fc96b52d6f386764436b8.zip
Add definitions for another Sure Elec. PIC32 board
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4299 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps')
-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. "