mirror of https://github.com/ArduPilot/ardupilot
AP_MotorsHeli Syntax correction.
This commit is contained in:
parent
297f391548
commit
df17ff3bc1
|
@ -39,7 +39,7 @@
|
|||
#define AP_MOTORS_ESC_MODE_PASSTHROUGH 1
|
||||
#define AP_MOTORS_ESC_MODE_EXT_GOV 2
|
||||
#define AP_MOTORS_EXT_ESC_RAMP_UP 1000 //Temporary until we can make this a parameter
|
||||
#define AP_MOTORS_EXT_ESC ACTIVE AP_MOTORS_ESC_MODE_PASSTHROUGH //Temporary until we can make this a parameter
|
||||
#define AP_MOTORS_EXT_ESC_ACTIVE AP_MOTORS_ESC_MODE_PASSTHROUGH //Temporary until we can make this a parameter
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue