From 2ed6c021663a76fe4f2ff86991c9ebb4a9ad46a9 Mon Sep 17 00:00:00 2001 From: Fredrik Arvidsson Date: Sat, 23 Nov 2013 23:36:23 +0100 Subject: [PATCH] OP-1119 Fix in pios function for debuglogging uavo. --- flight/pios/common/pios_debuglog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/flight/pios/common/pios_debuglog.c b/flight/pios/common/pios_debuglog.c index 79782e868..48967b1eb 100644 --- a/flight/pios/common/pios_debuglog.c +++ b/flight/pios/common/pios_debuglog.c @@ -113,6 +113,7 @@ void PIOS_DEBUGLOG_UAVObject(uint32_t objid, uint16_t instid, size_t size, uint8 #else buffer->FlightTime = 0; #endif + buffer->Entry = lognum; buffer->Type = DEBUGLOGENTRY_TYPE_UAVOBJECT; buffer->ObjectID = objid; buffer->InstanceID = instid;