From 5dfcead819cbe61897604ab4ec8f5000c586d8a2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 12 Jul 2021 23:21:22 -0400 Subject: [PATCH] typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index a2bd3572..ee1628f4 100644 --- a/main.c +++ b/main.c @@ -933,7 +933,7 @@ void get_tlm(void) { longitude = toAprsFormat(lon_gps); // sprintf(gps_str, "%7.4f %7.4f %7.1f", lat_gps, lon_gps, alt_gps); } - sprintf(gps_str, "%7.4f %7.4f %7.1f", toAprsFormat(lat_gps), tpAprsFormat(lon_gps), alt_gps); + sprintf(gps_str, "%7.4f %7.4f %7.1f", toAprsFormat(lat_gps), toAprsFormat(lon_gps), alt_gps); // printf("Str: %s \n", str); if (mode != CW) {