mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-11 02:13:57 -04:00
AP_Motors: Support Hexadeca-Octa (OCTA-X16)
This commit is contained in:
parent
3b8d1d23dd
commit
3b6350d022
@ -20,6 +20,10 @@
|
||||
#define AP_MOTORS_MOT_10 9U
|
||||
#define AP_MOTORS_MOT_11 10U
|
||||
#define AP_MOTORS_MOT_12 11U
|
||||
#define AP_MOTORS_MOT_13 12U
|
||||
#define AP_MOTORS_MOT_14 13U
|
||||
#define AP_MOTORS_MOT_15 14U
|
||||
#define AP_MOTORS_MOT_16 15U
|
||||
|
||||
#ifndef AP_MOTORS_MAX_NUM_MOTORS
|
||||
#define AP_MOTORS_MAX_NUM_MOTORS 32
|
||||
|
Loading…
Reference in New Issue
Block a user