forked from Archive/PX4-Autopilot
Enable 18 channels on IO
This commit is contained in:
parent
9abf31c2ba
commit
f8134c9c67
|
@ -54,7 +54,7 @@
|
||||||
#define PX4IO_SERVO_COUNT 8
|
#define PX4IO_SERVO_COUNT 8
|
||||||
#define PX4IO_CONTROL_CHANNELS 8
|
#define PX4IO_CONTROL_CHANNELS 8
|
||||||
#define PX4IO_CONTROL_GROUPS 2
|
#define PX4IO_CONTROL_GROUPS 2
|
||||||
#define PX4IO_RC_INPUT_CHANNELS 8 // XXX this should be 18 channels
|
#define PX4IO_RC_INPUT_CHANNELS 18
|
||||||
#define PX4IO_RC_MAPPED_CONTROL_CHANNELS 8 /**< This is the maximum number of channels mapped/used */
|
#define PX4IO_RC_MAPPED_CONTROL_CHANNELS 8 /**< This is the maximum number of channels mapped/used */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue