From 97c3ddd014fa49b8ab535ff53724edaae608b287 Mon Sep 17 00:00:00 2001 From: Eric Price Date: Thu, 16 Jun 2022 18:34:53 +0200 Subject: [PATCH] LP-609 uncrustify only --- ground/gcs/src/plugins/flightlog/flightlogmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/gcs/src/plugins/flightlog/flightlogmanager.cpp b/ground/gcs/src/plugins/flightlog/flightlogmanager.cpp index b216e49f3..dc0299503 100644 --- a/ground/gcs/src/plugins/flightlog/flightlogmanager.cpp +++ b/ground/gcs/src/plugins/flightlog/flightlogmanager.cpp @@ -231,7 +231,7 @@ void FlightLogManager::retrieveLogs(int flightToRetrieve) memset(&fields, 0xFF, total_len); ExtendedDebugLogEntry::DataFields tmp = logEntry->getData(); memcpy(&fields, &tmp.Data[start], header_len); - + // check wether a packed object is found // note that empty data blocks are set as 0xFF in flight side to minimize flash wearing // thus as soon as this read outside of used area, the test will fail as lenght would be 0xFFFF