aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/drv_rc_input.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-03 13:43:28 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-09 22:56:21 +0100
commit16fea51e00a9e0968b9f216770a5ce1c847d3f55 (patch)
tree0b9aba911c4ad103c7dba5203eb08bc696eb3206 /src/drivers/drv_rc_input.h
parent4a8044f33845e2477169c2ba63bd63fce4f5668c (diff)
downloadpx4-firmware-16fea51e00a9e0968b9f216770a5ce1c847d3f55.tar.gz
px4-firmware-16fea51e00a9e0968b9f216770a5ce1c847d3f55.tar.bz2
px4-firmware-16fea51e00a9e0968b9f216770a5ce1c847d3f55.zip
Driver headers: Move to 0-based indices
Diffstat (limited to 'src/drivers/drv_rc_input.h')
-rw-r--r--src/drivers/drv_rc_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/drv_rc_input.h b/src/drivers/drv_rc_input.h
index b249c2a09..d44728a71 100644
--- a/src/drivers/drv_rc_input.h
+++ b/src/drivers/drv_rc_input.h
@@ -55,7 +55,7 @@
* Input data may be obtained by subscribing to the input_rc
* object, or by poll/reading from the device.
*/
-#define RC_INPUT_DEVICE_PATH "/dev/input_rc"
+#define RC_INPUT0_DEVICE_PATH "/dev/input_rc0"
/**
* Maximum number of R/C input channels in the system. S.Bus has up to 18 channels.