From 491170a93b068f7a53f769d34f46296c2febde53 Mon Sep 17 00:00:00 2001 From: korolev Date: Fri, 31 Jan 2025 16:59:04 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D0=BE?= =?UTF-8?q?=D0=B1=D0=BD=D1=83=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D1=82=D1=83=D1=81=D0=B0=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=80?= =?UTF-8?q?=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GsmWithGnss.h | 1 - GsmWithGnss_GnssOps.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/GsmWithGnss.h b/GsmWithGnss.h index 0f7b755..f661fa3 100644 --- a/GsmWithGnss.h +++ b/GsmWithGnss.h @@ -52,7 +52,6 @@ typedef struct { bool success; tNmeaRmc currentRmc; tNmeaRmc prevRmc; - tNmeaAcp currentAcp; } gnss; diff --git a/GsmWithGnss_GnssOps.c b/GsmWithGnss_GnssOps.c index 8e59171..6bcd360 100644 --- a/GsmWithGnss_GnssOps.c +++ b/GsmWithGnss_GnssOps.c @@ -107,7 +107,7 @@ void GsmWithGnss_GetNevData(tGsmWithGnss *env, uint32_t timeout) { void AtGsm_Gsnss_GetNMEA_Pack(tGsmWithGnss *env, uint32_t timeout) { - env->gnss.currentAcp.status = 0; +// env->gnss.currentAcp.status = 0; char acpString[256]; size_t aspStringLen;