Browse Source

Fix whitespace damage, update help text to indicate the -m option is for debug use only.

sbg
px4dev 12 years ago
parent
commit
1ca535b941
  1. 2
      src/systemcmds/pwm/pwm.c

2
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" " <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" " arm | disarm Arm or disarm the ouptut\n"
" <channel_value>... PWM output values in microseconds to assign to the PWM outputs\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" "\n"
"When -c is specified, any channel groups not listed with -c will update at the default rate.\n" "When -c is specified, any channel groups not listed with -c will update at the default rate.\n"
); );

Loading…
Cancel
Save