mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 09:33:59 -03:00
AP_Motors: support up to 32 motors
This commit is contained in:
parent
46b452ae39
commit
c49745c755
@ -21,7 +21,9 @@
|
||||
#define AP_MOTORS_MOT_11 10U
|
||||
#define AP_MOTORS_MOT_12 11U
|
||||
|
||||
#define AP_MOTORS_MAX_NUM_MOTORS 12
|
||||
#ifndef AP_MOTORS_MAX_NUM_MOTORS
|
||||
#define AP_MOTORS_MAX_NUM_MOTORS 32
|
||||
#endif
|
||||
|
||||
#ifndef AP_MOTORS_FRAME_DEFAULT_ENABLED
|
||||
#define AP_MOTORS_FRAME_DEFAULT_ENABLED 1
|
||||
|
Loading…
Reference in New Issue
Block a user