changed define to param for throttle_min

This commit is contained in:
Jason Short 2012-06-20 15:00:05 -07:00
parent 6020f6d9fa
commit e8510faf5d
1 changed files with 1 additions and 1 deletions

View File

@ -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);