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;