parent
344415b91f
commit
2b47fe5b68
|
@ -64,7 +64,7 @@ static int convert_altitude(int ft)
|
||||||
static int convert_speed(int kts)
|
static int convert_speed(int kts)
|
||||||
{
|
{
|
||||||
if (Modes.metric)
|
if (Modes.metric)
|
||||||
return (kts / 1.852);
|
return (kts * 1.852);
|
||||||
else
|
else
|
||||||
return kts;
|
return kts;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue