Browse Source

changed define to param for throttle_min

master
Jason Short 13 years ago
parent
commit
e8510faf5d
  1. 2
      ArduCopter/test.pde

2
ArduCopter/test.pde

@ -189,7 +189,7 @@ static int8_t @@ -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…
Cancel
Save