mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -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
|
||||
DataFlash.Log_Write_AHRS2(ahrs);
|
||||
#endif
|
||||
DataFlash.Log_Write_POS(ahrs);
|
||||
}
|
||||
|
||||
struct PACKED log_Sonar {
|
||||
|
Loading…
Reference in New Issue
Block a user