Browse Source

SITL: move to 32 servo outs

apm_2208
Iampete1 4 years ago committed by Andrew Tridgell
parent
commit
572ebf29da
  1. 2
      libraries/SITL/SITL_Input.h

2
libraries/SITL/SITL_Input.h

@ -7,7 +7,7 @@ @@ -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…
Cancel
Save