aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-02-18 10:37:11 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-02-21 08:36:51 +0100
commit603069f16928f11c50597d97e0025f6dfc4cab4a (patch)
tree7fcf2f9eb5b075a3f1fb8c687736e41a0413c5eb
parentf1f1ecd096f2ad7b791127c9ee943a7dfc0ab3f4 (diff)
downloadpx4-firmware-603069f16928f11c50597d97e0025f6dfc4cab4a.tar.gz
px4-firmware-603069f16928f11c50597d97e0025f6dfc4cab4a.tar.bz2
px4-firmware-603069f16928f11c50597d97e0025f6dfc4cab4a.zip
Code style
-rw-r--r--src/drivers/drv_pwm_output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/drv_pwm_output.h b/src/drivers/drv_pwm_output.h
index c3eea310f..7a93e513e 100644
--- a/src/drivers/drv_pwm_output.h
+++ b/src/drivers/drv_pwm_output.h
@@ -160,7 +160,7 @@ ORB_DECLARE(output_pwm);
#define DSM2_BIND_PULSES 3 /* DSM_BIND_START ioctl parameter, pulses required to start dsm2 pairing */
#define DSMX_BIND_PULSES 7 /* DSM_BIND_START ioctl parameter, pulses required to start dsmx pairing */
-#define DSMX8_BIND_PULSES 10 /* DSM_BIND_START ioctl parameter, pulses required to start 8 or more channel dsmx pairing */
+#define DSMX8_BIND_PULSES 10 /* DSM_BIND_START ioctl parameter, pulses required to start 8 or more channel dsmx pairing */
/** power up DSM receiver */
#define DSM_BIND_POWER_UP _IOC(_PWM_SERVO_BASE, 11)