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

@ -1981,7 +1981,7 @@ float toAprsFormat(float input) {
int dd = (int) input;
int mm1 = (int)((input - dd) * 60);
int mm2; // = (int)((input - dd - mm1/60) * 60 * 60);
float mm21 = input - dd - mm1/60
float mm21 = input - dd - mm1/60;
printf("%f ", mm21);
mm21 = mm21 * 60 * 60;
printf("%f ", mm21);

Loading…
Cancel
Save

Powered by TurnKey Linux.