aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-05-06 07:55:12 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-05-06 07:55:12 +0200
commit4a44e1041146f100bdbedd672167bd71f3eadd42 (patch)
tree66989b9c49af8e11bf4ce1011931677ad8724e43 /src
parent4611fca7b4d8dc6ce9bf938842eedd373fc93118 (diff)
parent3b65281f00150eaa29cfec1d4a4cb86fc83c326d (diff)
downloadpx4-firmware-4a44e1041146f100bdbedd672167bd71f3eadd42.tar.gz
px4-firmware-4a44e1041146f100bdbedd672167bd71f3eadd42.tar.bz2
px4-firmware-4a44e1041146f100bdbedd672167bd71f3eadd42.zip
Merge branch 'export-build' of github.com:PX4/Firmware into export-build
Diffstat (limited to 'src')
-rw-r--r--src/systemcmds/pwm/pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/pwm/pwm.c b/src/systemcmds/pwm/pwm.c
index 08e6c88df..ff733df52 100644
--- a/src/systemcmds/pwm/pwm.c
+++ b/src/systemcmds/pwm/pwm.c
@@ -78,7 +78,7 @@ usage(const char *reason)
" <channel_group> Channel group that should update at the alternate rate (may be specified more than once)\n"
" arm | disarm Arm or disarm the ouptut\n"
" <channel_value>... PWM output values in microseconds to assign to the PWM outputs\n"
- " <chanmask> Directly supply alt rate channel mask\n"
+ " <chanmask> Directly supply alt rate channel mask (debug use only)\n"
"\n"
"When -c is specified, any channel groups not listed with -c will update at the default rate.\n"
);