mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Rover: call Log_Write_POS()
This commit is contained in:
parent
848ceefcec
commit
11a4b757f9
@ -325,6 +325,7 @@ static void Log_Write_Attitude()
|
|||||||
#endif
|
#endif
|
||||||
DataFlash.Log_Write_AHRS2(ahrs);
|
DataFlash.Log_Write_AHRS2(ahrs);
|
||||||
#endif
|
#endif
|
||||||
|
DataFlash.Log_Write_POS(ahrs);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct PACKED log_Sonar {
|
struct PACKED log_Sonar {
|
||||||
|
Loading…
Reference in New Issue
Block a user