mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
SITL: move to 32 servo outs
This commit is contained in:
parent
6921763b02
commit
572ebf29da
@ -7,7 +7,7 @@
|
||||
microseconds
|
||||
*/
|
||||
struct sitl_input {
|
||||
uint16_t servos[16];
|
||||
uint16_t servos[32];
|
||||
struct {
|
||||
float speed; // m/s
|
||||
float direction; // degrees 0..360
|
||||
|
Loading…
Reference in New Issue
Block a user