diff --git a/Src/Gnss.c b/Src/Gnss.c index 8c390d5..f2b0b66 100644 --- a/Src/Gnss.c +++ b/Src/Gnss.c @@ -49,7 +49,7 @@ void Gnss_InitDevice(tGnss *env) { static _Noreturn void Gnss_Thread(tGnss *env) { - Gnss_InitDevice(env); + //Gnss_InitDevice(env); // Очистка физического буфера UART, вычитываем данные SerialPortClearRxBuffer(env->nmea.io);