mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -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();
|
||||
delay(1000);
|
||||
int16_t temp = MINIMUM_THROTTLE;
|
||||
int16_t temp = g.throttle_min;
|
||||
|
||||
while(1){
|
||||
delay(20);
|
||||
|
Loading…
Reference in New Issue
Block a user