Rover: call Log_Write_POS()

This commit is contained in:
Andrew Tridgell 2015-05-15 14:24:55 +10:00
parent 848ceefcec
commit 11a4b757f9

View File

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