mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
changed define to param for throttle_min
This commit is contained in:
parent
8ef60f2d75
commit
ef847eecbb
@ -189,7 +189,7 @@ static int8_t
|
|||||||
{
|
{
|
||||||
print_hit_enter();
|
print_hit_enter();
|
||||||
delay(1000);
|
delay(1000);
|
||||||
int16_t temp = MINIMUM_THROTTLE;
|
int16_t temp = g.throttle_min;
|
||||||
|
|
||||||
while(1){
|
while(1){
|
||||||
delay(20);
|
delay(20);
|
||||||
|
Loading…
Reference in New Issue
Block a user