return typo

pull/79/head
alanbjohnston 5 years ago committed by GitHub
parent d97dce741f
commit bb3ecac66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1982,5 +1982,5 @@ float toAprsFormat(float input) {
int mm1 = (int)((input - dd) * 60);
int mm2 = (int)((input - dd - mm1/60) * 60) ;
float output = dd * 100 + mm1 + mm2 * 0.01;
return(float);
return(output);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.