mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-02 19:29:15 +01:00
OP-1119 Fix in pios function for debuglogging uavo.
This commit is contained in:
parent
be9faabe92
commit
2fc34910e0
@ -113,6 +113,7 @@ void PIOS_DEBUGLOG_UAVObject(uint32_t objid, uint16_t instid, size_t size, uint8
|
|||||||
#else
|
#else
|
||||||
buffer->FlightTime = 0;
|
buffer->FlightTime = 0;
|
||||||
#endif
|
#endif
|
||||||
|
buffer->Entry = lognum;
|
||||||
buffer->Type = DEBUGLOGENTRY_TYPE_UAVOBJECT;
|
buffer->Type = DEBUGLOGENTRY_TYPE_UAVOBJECT;
|
||||||
buffer->ObjectID = objid;
|
buffer->ObjectID = objid;
|
||||||
buffer->InstanceID = instid;
|
buffer->InstanceID = instid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user