1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1119 Fix in pios function for debuglogging uavo.

This commit is contained in:
Fredrik Arvidsson 2013-11-23 23:36:23 +01:00 committed by Corvus Corax
parent be9faabe92
commit 2fc34910e0

View File

@ -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;