mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-385 - use fractional part of second in camera activity
This commit is contained in:
parent
8f5ec2679c
commit
3bd8d48068
@ -265,6 +265,7 @@ static void FillActivityInfo()
|
||||
activity->TriggerHour = time.Hour;
|
||||
activity->TriggerMinute = time.Minute;
|
||||
activity->TriggerSecond = time.Second;
|
||||
activity->TriggerMilliSecond = time.MilliSecond;
|
||||
}
|
||||
activity->SysTS = PIOS_DELAY_GetuS();
|
||||
{
|
||||
@ -275,4 +276,5 @@ static void FillActivityInfo()
|
||||
activity->Pitch = attitude.Pitch;
|
||||
activity->Yaw = attitude.Yaw;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user