From fcc2b17c56785e8175f7f27251c5a32ac1a6c7cf Mon Sep 17 00:00:00 2001 From: Pawel Jalocha Date: Tue, 22 Dec 2020 03:57:06 +0000 Subject: [PATCH] Comment out debug printout of the UBX messages --- main/gps.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/gps.cpp b/main/gps.cpp index f6bd34f..187788e 100644 --- a/main/gps.cpp +++ b/main/gps.cpp @@ -635,7 +635,7 @@ static void GPS_NMEA(void) // wh } #ifdef WITH_GPS_UBX -// #ifdef DEBUG_PRINT +#ifdef DEBUG_PRINT static void DumpUBX(void) { Format_String(CONS_UART_Write, "UBX: "); Format_UnsDec(CONS_UART_Write, xTaskGetTickCount(), 6, 3); @@ -645,15 +645,15 @@ static void DumpUBX(void) for(uint8_t Idx=0; Idx