mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
changed define to param for throttle_min
This commit is contained in:
parent
6020f6d9fa
commit
e8510faf5d
@ -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